16 Aug
2009
16 Aug
'09
6:58 p.m.
http://bugs.winehq.org/show_bug.cgi?id=18991 --- Comment #58 from Otto Rey <otto_rey(a)yahoo.com.ar> 2009-08-16 13:57:56 --- Mono code (\mono\metadata\icall.c) call to GetTimeZoneInformation before call to SystemTimeToFileTime: TIME_ZONE_INFORMATION tz_info; ... tz_id = GetTimeZoneInformation (&tz_info); ... err = SystemTimeToFileTime (&tz_info.StandardDate, &ft); ... err = SystemTimeToFileTime (&tz_info.DaylightDate, &ft); ... Maybe that helps. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.