Searched refs:tzid (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3979 DWORD tzid = GetTimeZoneInformation(&tz); local
3981 (tzid == TIME_ZONE_ID_DAYLIGHT) ? tz.DaylightBias : tz.StandardBias;

Completed in 552 milliseconds