Searched defs:Tzi (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/win/
H A Dtime-win.cpp179 * UTC = local + Tzi.Bias;
182 TIME_ZONE_INFORMATION Tzi; local
183 Tzi.Bias = 0;
184 if (GetTimeZoneInformation(&Tzi) != TIME_ZONE_ID_INVALID)
185 return -(int64_t)Tzi.Bias * 60 * RT_NS_1SEC_64;

Completed in 42 milliseconds