[Python-Dev] os.path.getmtime on Windows (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Sun Jan 15 09:21:47 CET 2006


Phillip J. Eby wrote:

Windows doesn't store UTC timestamps, at least not on older FAT filesystems and maybe not even on NTFS. Changing Python won't help. :)

Windows definitely stores UTC timestamps on NTFS, in units of 100ns since Jan 1, 1601.

Regards, Martin



More information about the Python-Dev mailing list