Hi,
How can I get the seconds (and fractions of second, if possible) with the es command line (option -date-modified, for instance) ?
Display ES time with seconds and milliseconds
-
thyresias
- Posts: 2
- Joined: Sun May 11, 2025 5:26 pm
-
thyresias
- Posts: 2
- Joined: Sun May 11, 2025 5:26 pm
Display ES time with seconds and milliseconds
Found it: -date-format 1 for seconds, -date-format 2 for full Windows precision.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Display ES time with seconds and milliseconds
Moved from How to display seconds in file modification time
Use 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
Use
-date-format 1ES currently doesn't have an option to display milliseconds.
An option to do this is on my TODO list.
-date-format