On Mon, 7 Dec 2020 16:19:02 +0000 David Mertz <[email protected]> wrote: > Are there any filesystems that can actually record a meaningful ns > modification time? I find discussions claiming this: > > - XFS and EXT3: second precision > - EXT4: millisecond precision > - NTFS: 100ns precision > - APFS: 1 ns precision > > But also notes that the precision is likely to exceed the accuracy by many > times on real systems.
Even if the accuracy is much lower than that, it can be important to reproduce exact timestamps. Regards Antoine. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OJ6DYEBCENRGCFR2JIG4TU7PPJLED4EZ/ Code of Conduct: http://python.org/psf/codeofconduct/
