Commit 8fa528aa authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().

parent 312beec8
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment