Changeset 72162 in vbox for trunk/src/VBox
- Timestamp:
- May 8, 2018 12:47:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/time2-win.cpp
r72161 r72162 63 63 * FileTimeToLocalFileTime does not do the right thing, so we'll have 64 64 * to convert to system time and SystemTimeToTzSpecificLocalTime instead. 65 * 66 * Note! FileTimeToSystemTime drops resoultion down to milliseconds, thus 67 * we have to do the offUTC calculation using milliseconds and adjust 68 * u32Nanosecons by sub milliseconds digits. 65 69 */ 66 70 SYSTEMTIME SystemTimeIn;
Note:
See TracChangeset
for help on using the changeset viewer.