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 c8fcf5a..e31dece 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -149,8 +149,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 /* |