That would only work if Windows allowed the addition of '.fff' in the custom definitions of short and long time representations, which it doesn't (the short-time display is what controls that column's format). Nor, we might add, does x2 in szCustomTimeFormat (HKCU\Software\ZabaraKatranemia Plc\xplorer2_UC) - as you well know.nikos wrote:have you tried the windows explorer date column? The one without [S], perhaps it has better resolution
spacebar22 wrote:The millisecond times are not exactly the same as PowerShell sees for whatever reason... Can I lodge a feature request for millisecond support?
I wasn't lying when I answered your original query - FAT32/NTFS/ReFS simply do not support accurate millisecond timestamps, as implemented by Microsoft in Windows (the information is from their own developer documentation). This is the same reason it's "hidden" in XYplorer - your man provides it as a gimmick ("use at your own risk") - no 1st or 3rd-party file explorer can claim support for it as it is inherently unreliable (until MS say otherwise) - as all file explorers can only work with what they are given - and they are all given the same underlying structures.Kilmatead wrote:So even when PowerShell (or any other utility) show such numbers, there is nothing verifiably true about them in a practical sense, except regarding the Creation timestamp.
As I said, the information is actually allocated within the SystemTime structure, but if MS itself says it's unreliable, why would anyone believe just because they can see it, it means that it's kosher? This is exactly why PowerShell and XYplorer show different values for the same objects.
Incidentally, the "Modified" timestamp is internally referred to as "Last Write" timestamp, with the proviso that the Timestamp is only updated when the filehandle is actually closed - not when the most recent data was actually written into its buffer (when an application closes the handle is purely up to the developer, and does not necessarily have to be immediately after the last write operation of that particular file, it could be whenever the developer arbitrarily decides he or she no longer needed the file open).
But, I suppose Nikos could provide it as a gimmick too, if he felt like it, and let people decide for themselves the layers of wool to pull over their own eyes. The "Freedom of Choice" illusion, and all that rot.


