Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-05 | time-cond: fix reading the file modification time on Windows | Michael 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 |