diff options
Diffstat (limited to 'src/H5Omtime.c')
-rw-r--r-- | src/H5Omtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c index 5cd4ea6..19badfa 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -156,8 +156,8 @@ H5O_mtime_decode(H5F_t UNUSED *f, const uint8_t *p, tz = timebuffer.timezone; /* daylight is not handled properly. Currently we just hard-code the problem. */ - the_time -= tz*60; - /*the_time -= tz * 60 - 3600 * _daylight;*/ + /*the_time -= tz*60;*/ + the_time -= tz * 60 - 3600 * _daylight; } #else /* |