1
0
mirror of https://github.com/git/git.git synced 2025-03-23 22:09:44 +00:00
git/compat
Johannes Sixt 7c0ffa1cb7 Windows: Add a custom implementation for utime().
This is a necessary pendant to our lstat implementation: MSVCRT's
implementations of lstat and utime do some adjustments if daylight
saving time is in effect, but our lstat implementation doesn't do these
adjustments and report the correct UTC time.  With this implementation
we omit the adjustments in utime() as well and always write UTC.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
2008-06-26 08:45:11 +02:00
..
2007-09-06 22:46:00 -07:00
2007-06-07 00:04:01 -07:00
2008-06-22 11:32:45 +02:00