[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:
MuQun Yang 2001-04-11 17:12:22 -05:00
parent c75ca861ec
commit 209dfbd01c

View File

@ -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;
}