Displaying 2 results from an estimated 2 matches for "standardd".
Did you mean:
standard
2009 Aug 25
3
Timezone not recognised kludge
...f,ff,\
00,00,00,00,\
c4,ff,ff,ff,\
d9,07,04,00,00,00,05,00,02,00,00,00,00,00,00,00,\
d9,07,09,00,00,00,1b,00,02,00,00,00,00,00,00,00
; FFFFFD30 = -720 (LONG Bias)
; 00000000 = 0 (LONG StandardBias)
; ffffffc4 = -60 (LONG DaylightBias)
; 2009-04-05 2:00 (RTL_SYSTEM_TIME StandardDate)
; 2009-09-27 2:00 (RTL_SYSTEM_TIME DaylightDate)
2007 Aug 24
0
Wine release 0.9.44
....
Dmitry Timoshkov (7):
ntdll: Detect current time zone settings.
kernel32: Fix test case failures for time zones with absolute transition dates.
msvcrt: Route mktime and localtime to glibc.
msvcrt: Restore error handling code in localtime.
kernel32: Restore check for StandardDate.wMonth being 0.
include/wine/test.h: Use appropriate type.
ntdll: Reimplement TIME_GetBias using new time zone code.
Evan Stade (36):
gdiplus: Fix test to pass in Windows.
gdiplus: Added GdipSetCompositingMode/GdipGetCompositingMode.
gdiplus: Better handle UnitPixe...