* Kurtis Rader <
kra...@skepticism.us> [211014 13:22]:
> Note that file timestamp resolution depends on the system: both hardware
> and OS. Even when using the same OS (e.g., Linux) on the same hardware the
> resolution might be different due to how the OS kernel was built. I'm not
> aware of any system that provides nanosecond resolution.
Also note that different filesystems on the same running host can have
different resolutions. FAT filesystems (e.g. USB memory sticks) have
only 2-second resolution, while ext2 is, I think, 1 millisecond, and
ext4 is 1 nanosecond.
...Marvin