summaryrefslogtreecommitdiffstats
path: root/windows_vnet
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-19 18:48:27 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-19 18:48:27 (GMT)
commitf2a745a0bb9f7133af5270c537a10983499227e8 (patch)
tree80397a316b5400ecca94038e963546abc6865039 /windows_vnet
parentea9b094c18566ab2a71458a86f9673451c43fe4d (diff)
downloadhdf5-f2a745a0bb9f7133af5270c537a10983499227e8.zip
hdf5-f2a745a0bb9f7133af5270c537a10983499227e8.tar.gz
hdf5-f2a745a0bb9f7133af5270c537a10983499227e8.tar.bz2
[svn-r15241] Purpose: Port bugfix from trunk: Fix ohdr Windows timezone bug
Description: On Windows, certain users were having trouble with the "ohdr" test, which does some processing on object header messages. The errors were hard to reproduce on our machines, and we eventually determined that the errors were timezone-specific. The bug is triggered on Windows when processing timestamps very near the "Epoch" (midnight on 1/1/1970)-- the mktime() function does some automatic adjustment on the time to correct for timezones. In the USA, the correction adds a few hours; in Europe, it subtracts, thus giving us times pre-Epoch. This only affects Windows because the Windows mktime() function cannot handle times before 1970-- other systems seemingly can. The fix is to simply create timestamps only as early as 01/02/1970. This way, any timezone adjustment will still be post-Epoch. This bug only affects the ohdr test, and shouldn't be a problem in the library. The earliest timestamps that will actually be read will be around the time HDF5 was created (~1996-7, per Quincey). Tested: (tested in trunk) VS2005 on WinXP h5committest (kagiso, linew, smirom)
Diffstat (limited to 'windows_vnet')
0 files changed, 0 insertions, 0 deletions