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