summaryrefslogtreecommitdiff
path: root/src/tool_filetime.c
Commit message (Collapse)AuthorAgeFilesLines
* time-cond: fix reading the file modification time on WindowsMichael Kaufmann2018-02-051-0/+154
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