Hello — I generally find it problematic to keep track of all files on my usb/thumb drive, so I created a tool to generate a “filelist” efufile. I set up the timestamps in iso8601 for UTC (zulu time) as
yyyy-mm-ddThh:mm:ssZ
will everything understand this format? The spec for iso8601 noted that with or without the “Z” this time is UTC time. Does everything understand this syntax for the timestamp in the filelist?
filelist -- iso8601 format
Re: filelist -- iso8601 format
Yes.
The Z is required for UTC.
Without the Z, the timestamp is treated as local time.
Offsets are also supported.
For example: yyyy-mm-ddThh:mm:ss±00:00
To export filelists with ISO8601 timestamps by default:
The Z is required for UTC.
Without the Z, the timestamp is treated as local time.
Offsets are also supported.
For example: yyyy-mm-ddThh:mm:ss±00:00
To export filelists with ISO8601 timestamps by default:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
efu - Select: efu_filetime
- Set the value to: ISO8601 (UTC)
- Click OK.
https://en.wikipedia.org/wiki/ISO_8601#Local_time_%28unqualified%29If no UTC relation information is given with a time representation, the time is assumed to be in local time.
Re: filelist -- iso8601 format
thanks for the update