ISHRemote date time format change

Recently, I upgraded the ISHRemote from v0.14-beta to V1.0. After the upgrade, my powershell script was failed to handle the time stamp data such as 'fishlastloginon'. Before the upgrade the time stamp data was generated in two types of formats as shown below:

- Format 1  dd/mm/yyyy hh:mm:ss

ex) 14/11/2022 09:36:13

- Format 2  yyyy-dd-mmThh:mm:ss

ex) 2022-07-11T13:01:22

After the upgdate the time stamp format has been unified as follows. It's preferable but there is one note. The order of month and date data has been exchanged.

Format  yyyy-mm-ddThh:mm:ss

ex) 2022-12-13T18:17:00

I believe that Dave intentionaly modified the ISHRemote code as above.

Best regards,

Naoki

emoji
Parents Reply Children
No Data