VirtualBox

Changeset 72165 in vbox for trunk/include


Ignore:
Timestamp:
May 8, 2018 1:45:20 PM (7 years ago)
Author:
vboxsync
Message:

iprt/time.h: Better explain RTTIME::offUTC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/time.h

    r72140 r72165  
    610610    /** Flags, of the RTTIME_FLAGS_* \#defines. */
    611611    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. */
    613615    int32_t     offUTC;
    614616} RTTIME;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette