ES.exe: support for different date formats?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

ES.exe: support for different date formats?

Post by NotNull »

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
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: ES.exe: support for different date formats?

Post by void »

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)
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: ES.exe: support for different date formats?

Post by NotNull »

Thank you!!

(works like a charm :thumbsup:)
Post Reply