windows tick time for everything
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
windows tick time for everything
Can everything display windows tick time ? It seems it can be more accurate than windows 100 nanosecond time
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: windows tick time for everything
Windows ticks are in milliseconds.
Everything uses FILETIMEs internally.
To format date/time with 100 nanoseconds:
Alternatively, please try the following search:
addcolumn:column-a column-a:=FORMATFILETIME($date-modified:,"YYYY-MM-DD HH:mm:ss.SSSSSSS")
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: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: windows tick time for everything
How do I show the .SSSSSS part in excel is there a way to do that ?
-
therube
- Posts: 5723
- Joined: Thu Sep 03, 2009 6:48 pm
Re: windows tick time for everything
(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 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: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: windows tick time for everything
I tried that it didn't work, because all it display's is a 3 milliseconds as 000therube 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 ... ?
-
therube
- Posts: 5723
- Joined: Thu Sep 03, 2009 6:48 pm
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: windows tick time for everything
yyyy-mm-dd hh:mm:ss.000 worked for me.
Excel only supports millisecond resolution.
Excel only supports millisecond resolution.