1 @node Precise file timestamps on Windows
2 @section Precise file timestamps on Windows
4 @mindex windows-stat-timespec
5 The module @samp{windows-stat-timespec} ensures that,
6 on native Windows platforms, @code{struct stat} contains
7 @code{st_atim}, @code{st_mtim}, @code{st_ctim} fields of type
8 @code{struct timespec}, providing 100 ns resolution for the timestamps
11 Note: On some types of file systems, the timestamp resolution is limited
12 by the file system. For example, on FAT file systems, @code{st_mtim}
13 only has a resolution of 2 seconds. For more details, see
14 @url{https://docs.microsoft.com/en-us/windows/desktop/SysInfo/file-times}.