mirror of https://github.com/BOINC/boinc.git
![]() svn path=/trunk/boinc/; revision=7481 |
||
---|---|---|
.. | ||
README.NT | ||
README.TZ | ||
crc_i386.asm | ||
crc_i386.c | ||
crc_lcc.asm | ||
lm32_lcc.asm | ||
makefile.bor | ||
makefile.dj | ||
makefile.emx | ||
makefile.gcc | ||
makefile.ibm | ||
makefile.lcc | ||
makefile.w10 | ||
makefile.w32 | ||
makefile.wat | ||
match32.asm | ||
nt.c | ||
nt.h | ||
osdep.h | ||
rsxntwin.h | ||
win32zip.c | ||
win32zip.h | ||
z_win32.c | ||
zip.def | ||
zipup.h |
README.TZ
From: paul.kienitz@shelter.sf.ca.us (Paul Kienitz) > It looks like I don't have to create a tzset() kluge for Watcom to check > the win32 API timezone information after all -- their new 10.6 release has > corrected this oversight. The TZ variable overrides the API. So the only > win32-related patch I want to make for Zip is just to use USE_EF_UT_TIME > unconditionally. With this in place, timezone stuff is working flawlessly > with or without TZ being set.