Does ES.exe have support for different date formats? I thought it had, but can't find it ..
I'm especially interested in Windows' filetime (the number of 100 nanoseconds ticks since 1601; the same as used in EFU files).
But IS0 8601 would be welcome too.
If not, I would like to suggest a -date-format option, similar to the already existing -size-format
ES.exe: support for different date formats?
Re: ES.exe: support for different date formats?
Added -date-format to ES 1.1.0.11.
Usage: ES.exe -date-format <format>
where <format> can be:
0 = system format (default)
1 = ISO-8601 (in local time)
2 = FILETIME in decimal
3 = ISO-8601 (in UTC with Z suffix)
Usage: ES.exe -date-format <format>
where <format> can be:
0 = system format (default)
1 = ISO-8601 (in local time)
2 = FILETIME in decimal
3 = ISO-8601 (in UTC with Z suffix)
Re: ES.exe: support for different date formats?
Thank you!!
(works like a charm )
(works like a charm )