mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r3799]
Purpose: a bug fix Description: forget considering daylight factor for mtime test on windows platform Solution: adding daylight factor in this file Platforms tested: windows 2000, confirmed at eirene
This commit is contained in:
parent
c75ca861ec
commit
209dfbd01c
@ -154,7 +154,7 @@ H5O_mtime_decode(H5F_t UNUSED *f, const uint8_t *p,
|
||||
|
||||
tz = timebuffer.timezone;
|
||||
|
||||
the_time -=tz*60;
|
||||
the_time -=tz*60-3600*_daylight;
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user