Times in milliseconds

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Times in milliseconds

Post by Marco »

I remember I once set a tweak or something that caused XY to show timestamps with a millisecond resolution. I just tried that out of curiosity, but can't find such option anymore. Any suggestion?
Aside: NTFS has a 100 ns time resolution, do you know of any software which is able to display all that digits? (EDIT: just found here http://digfor.blogspot.de/2008/10/time- ... tamps.html that digits below the ms are basically meaningless)
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Times in milliseconds

Post by admin »

They might be basically meaningless, but they are there and be retrieved, at least down to the millisecond. To show them in XY run the undocumented SC ::msecs; through the AB. (It's a toggle)

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Times in milliseconds

Post by Marco »

admin wrote:They might be basically meaningless, but they are there and be retrieved, at least down to the millisecond. To show them in XY run the undocumented SC ::msecs; through the AB. (It's a toggle)
Thank you!
Yes, the bold part is exactly what I said. Since Windows internal clock has a 0.001 seconds resolution, all the digits at the right of the milliseconds have no meaning.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

PeterH
Posts: 2826
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Times in milliseconds

Post by PeterH »

admin wrote:They might be basically meaningless, but they are there and be retrieved, at least down to the millisecond. To show them in XY run the undocumented SC ::msecs; through the AB. (It's a toggle)
Yes, I see it.

But surprise: the thousands are separated by a blank character? :shock: I would have expected a dot :whistle:

And no chance to get the thousands in scripting? You might allow <date hh:nn:ss.ttt>, same for other dates/times.

But don't get me wrong: just what I think. I don't really need it :D
(OK: when I think a bit I could... :P )

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Times in milliseconds

Post by admin »

PeterH wrote:
admin wrote:They might be basically meaningless, but they are there and be retrieved, at least down to the millisecond. To show them in XY run the undocumented SC ::msecs; through the AB. (It's a toggle)
Yes, I see it.

But surprise: the thousands are separated by a blank character? :shock: I would have expected a dot :whistle:

And no chance to get the thousands in scripting? You might allow <date hh:nn:ss.ttt>, same for other dates/times.

But don't get me wrong: just what I think. I don't really need it :D
(OK: when I think a bit I could... :P )
Frankly, I never knew of <date hh:nn:ss.ttt>. Cool! I'll add it. Of course!

So the dot is more standard than the blank? I think I added milliseconds display before anybody else. There was no standard back then. :mrgreen:

PeterH
Posts: 2826
Joined: 21 Nov 2005 20:39
Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%

Re: Times in milliseconds

Post by PeterH »

admin wrote:
PeterH wrote:
admin wrote:They might be basically meaningless, but they are there and be retrieved, at least down to the millisecond. To show them in XY run the undocumented SC ::msecs; through the AB. (It's a toggle)
Yes, I see it.

But surprise: the thousands are separated by a blank character? :shock: I would have expected a dot :whistle:

And no chance to get the thousands in scripting? You might allow <date hh:nn:ss.ttt>, same for other dates/times.

But don't get me wrong: just what I think. I don't really need it :D
(OK: when I think a bit I could... :P )
Frankly, I never knew of <date hh:nn:ss.ttt>. Cool! I'll add it. Of course!

So the dot is more standard than the blank? I think I added milliseconds display before anybody else. There was no standard back then. :mrgreen:
I'd really expect the character for decimal fractions here - for German I'd expect ','. As these are thousands of the seconds.
And I'm sure I saw this format elsewhere. Though I don't remember where...

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Times in milliseconds

Post by admin »

PeterH wrote:I'd really expect the character for decimal fractions here - for German I'd expect ','. As these are thousands of the seconds.
And I'm sure I saw this format elsewhere. Though I don't remember where...
Yes, makes sense. (I vaguely remember that I chose a space as a separator because it looked better.)

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Times in milliseconds

Post by Marco »

admin wrote:
PeterH wrote:I'd really expect the character for decimal fractions here - for German I'd expect ','. As these are thousands of the seconds.
And I'm sure I saw this format elsewhere. Though I don't remember where...
Yes, makes sense. (I vaguely remember that I chose a space as a separator because it looked better.)
I totally agree with PeterH.
Btw... :roll: ... digits below the millisecond might be useless from Windows internal clock pov, but, is there a chance those could be edited (via scripting too) as well? That would be a truly unique feature.
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Times in milliseconds

Post by admin »

Marco wrote:
admin wrote:
PeterH wrote:I'd really expect the character for decimal fractions here - for German I'd expect ','. As these are thousands of the seconds.
And I'm sure I saw this format elsewhere. Though I don't remember where...
Yes, makes sense. (I vaguely remember that I chose a space as a separator because it looked better.)
I totally agree with PeterH.
Btw... :roll: ... digits below the millisecond might be useless from Windows internal clock pov, but, is there a chance those could be edited (via scripting too) as well? That would be a truly unique feature.
You can already (kind of) edit them now: when you timestamp a file they are set to "000". So, yes: I have full control over them, so could add a way to stamp files down to the milliseconds. Only: who needs this?

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Times in milliseconds

Post by Marco »

Probably very few people around the world, but take George Mallory as example...
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 64838
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Times in milliseconds

Post by admin »

“Because it is there.”? Yes, right.

Post Reply