How to show milliseconds on date modified

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 667
Joined: Mon Aug 24, 2020 1:16 pm

How to show milliseconds on date modified

Post by anmac1789 »

Hello, just as the subject line says, how can I show increased resolution for the date modified or even date taken for pictures to show milliseconds or even further ?
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to show milliseconds on date modified

Post by void »

To show timestamps in milliseconds:
  • 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:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss.SSS
  • Click OK.

To show the full timestamps in 100-nanosecond resolution:
  • 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:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss.SSSSSSS
  • Click OK.


time_format
harryray2
Posts: 1104
Joined: Sat Oct 15, 2016 9:56 am

Re: How to show milliseconds on date modified

Post by harryray2 »

Does this apply across the board? Date created etc.
anmac1789
Posts: 667
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to show milliseconds on date modified

Post by anmac1789 »

void wrote: Sun Jul 21, 2024 2:39 am To show timestamps in milliseconds:
  • 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:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss.SSS
  • Click OK.

To show the full timestamps in 100-nanosecond resolution:
  • 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:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss.SSSSSSS
  • Click OK.


time_format
This didn't work, it still displays as many .SSS repeats
anmac1789
Posts: 667
Joined: Mon Aug 24, 2020 1:16 pm

Re: How to show milliseconds on date modified

Post by anmac1789 »

harryray2 wrote: Sun Jul 21, 2024 6:12 pm Does this apply across the board? Date created etc.
I'm not sure
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to show milliseconds on date modified

Post by void »

This didn't work, it still displays as many .SSS repeats
What format did you use?
What is shown in Everything?
FAT volumes only store dates with ~second resolution. Any values after the seconds will be all zeroes.
-What type of volume are you using?


Does this apply across the board? Date created etc.
time_format applies to all date/times. (date created, date modified, date taken, etc...)
Herkules97
Posts: 67
Joined: Tue Oct 08, 2019 6:42 am

Re: How to show milliseconds on date modified

Post by Herkules97 »

anmac1789 wrote: Sun Jul 21, 2024 6:53 pm
This didn't work, it still displays as many .SSS repeats
Can you try this, it should be the same but maybe not.
HH:mm:ss:SSS
Last thing if you don't already, try running EBV with admin?

I think a screenshot could be useful to see where you've input the time format into.
If FAT is meant to show 0s, I don't know why it would be Ss for you as it displays correctly for me in both cases. Not that you are trying it with a USB-stick.
Post Reply