Changeset 52823 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Sep 23, 2014 10:27:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/time-win.cpp
r52822 r52823 196 196 Tzi.Bias = 0; 197 197 if (GetTimeZoneInformation(&Tzi) != TIME_ZONE_ID_INVALID) 198 return -(int64_t)Tzi.Bias * 60 * RT_NS_1 MS_64;198 return -(int64_t)Tzi.Bias * 60 * RT_NS_1SEC_64; 199 199 return 0; 200 200 }
Note:
See TracChangeset
for help on using the changeset viewer.