aboutsummaryrefslogtreecommitdiff
path: root/src/tool_filetime.c
AgeCommit message (Collapse)Author
2018-02-05time-cond: fix reading the file modification time on WindowsMichael Kaufmann
On Windows, stat() may adjust the unix file time by a daylight saving time offset. Avoid this by calling GetFileTime() instead. Fixes #2164 Closes #2204