Changeset 72165 in vbox for trunk/include
- Timestamp:
- May 8, 2018 1:45:20 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/time.h
r72140 r72165 610 610 /** Flags, of the RTTIME_FLAGS_* \#defines. */ 611 611 uint32_t fFlags; 612 /** UCT time offset in minutes (-840-840). */ 612 /** UCT time offset in minutes (-840-840). Positive for timezones east of 613 * UTC, negative for zones to the west. Same as what RTTimeLocalDeltaNano 614 * & RTTimeLocalDeltaNanoFor returns, just different unit. */ 613 615 int32_t offUTC; 614 616 } RTTIME;
Note:
See TracChangeset
for help on using the changeset viewer.