windows tick time for everything

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

windows tick time for everything

Post by anmac1789 »

Can everything display windows tick time ? It seems it can be more accurate than windows 100 nanosecond time
void
Developer
Posts: 16740
Joined: Fri Oct 16, 2009 11:31 pm

Re: windows tick time for everything

Post by void »

Windows ticks are in milliseconds.

Everything uses FILETIMEs internally.

To format date/time with 100 nanoseconds:
  • 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.


Alternatively, please try the following search:

addcolumn:column-a column-a:=FORMATFILETIME($date-modified:,"YYYY-MM-DD HH:mm:ss.SSSSSSS")
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

Re: windows tick time for everything

Post by anmac1789 »

How do I show the .SSSSSS part in excel is there a way to do that ?
therube
Posts: 4977
Joined: Thu Sep 03, 2009 6:48 pm

Re: windows tick time for everything

Post by therube »

(I know nothing of Excel, so...)

I came across, yyyy-mm-dd hh:mm:ss.000, so if you set a cells date format to that, or similar, maybe, yyyy-mm-dd hh:mm:ss.0000000 ... ?
anmac1789
Posts: 669
Joined: Mon Aug 24, 2020 1:16 pm

Re: windows tick time for everything

Post by anmac1789 »

therube wrote: Fri Sep 01, 2023 7:24 pm (I know nothing of Excel, so...)

I came across, yyyy-mm-dd hh:mm:ss.000, so if you set a cells date format to that, or similar, maybe, yyyy-mm-dd hh:mm:ss.0000000 ... ?
I tried that it didn't work, because all it display's is a 3 milliseconds as 000
void
Developer
Posts: 16740
Joined: Fri Oct 16, 2009 11:31 pm

Re: windows tick time for everything

Post by void »

yyyy-mm-dd hh:mm:ss.000 worked for me.

Excel only supports millisecond resolution.
Post Reply