MSVCRT_localtime fix (was: Re: GetTimeZoneInformation return value fix)

2004-10-27 Thread Rein Klazes
On Tue, 26 Oct 2004 15:43:45 -0700, you wrote: > This breaks the msvcrt tests: > > ../../../tools/runtest -q -P wine -M msvcrt.dll -T ../../.. -p msvcrt_test.exe.so > time.c && touch time.ok > time.c:101: Test failed: Wrong date:Year 70 mon 0 yday 1 mday 2 wday 5 hour 0 > min 0 sec 0 d

Re: GetTimeZoneInformation return value fix

2004-10-26 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > - reordered some code from the existing helper _GetTimeZoneBias > to make it more general useful (and changed the helper names to > TIME_xyz). > - Make GetTimeZoneInformation return the correct zone id > constants. > -