VirtualBox

Changeset 77642 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 11, 2019 2:19:27 AM (6 years ago)
Author:
vboxsync
Message:

os2/vboxsf: Corrected OS/2 -> IPRT time conversion (vboxSfOs2DateTimeToTimeSpec), making the FsPerf --futimes and --utimes test succeed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/os2/VBoxSF/VBoxSF.cpp

    r77640 r77642  
    182182    Time.u32Nanosecond  = 0;
    183183    Time.fFlags         = RTTIME_FLAGS_TYPE_LOCAL;
    184     Time.offUTC         = cMinLocalTimeDelta;
     184    Time.offUTC         = -cMinLocalTimeDelta;
    185185    if (RTTimeLocalNormalize(&Time))
    186186        return RTTimeImplode(pDstTimeSpec, &Time);
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