Display ES time with seconds and milliseconds

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
thyresias
Posts: 2
Joined: Sun May 11, 2025 5:26 pm

Display ES time with seconds and milliseconds

Post by thyresias »

Hi,
How can I get the seconds (and fractions of second, if possible) with the es command line (option -date-modified, for instance) ?
thyresias
Posts: 2
Joined: Sun May 11, 2025 5:26 pm

Display ES time with seconds and milliseconds

Post by thyresias »

Found it: -date-format 1 for seconds, -date-format 2 for full Windows precision.
void
Developer
Posts: 19839
Joined: Fri Oct 16, 2009 11:31 pm

Display ES time with seconds and milliseconds

Post by void »

Moved from How to display seconds in file modification time

Use
-date-format 1
to display timestamps with seconds.

ES currently doesn't have an option to display milliseconds.
An option to do this is on my TODO list.

-date-format
Post Reply