mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
This commit is contained in:
parent
312beec840
commit
8fa528aa3f
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ DWORD WINAPI GetTimeZoneInformation(LPTIME_ZONE_INFORMATION tzinfo)
|
|||
tzinfo->StandardBias = 0;
|
||||
tzinfo->DaylightBias = -60;
|
||||
|
||||
return TIME_ZONE_ID_UNKNOWN;
|
||||
return TIME_ZONE_ID_STANDARD;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue