VirtualBox

Changeset 75558 in vbox


Ignore:
Timestamp:
Nov 18, 2018 7:46:03 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126717
Message:

os2/VBoxSF: Corrected timezone conversion.

File:
1 edited

Legend:

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

    r75471 r75558  
    130130{
    131131    if (cMinLocalTimeDelta != 0)
    132         RTTimeSpecAddSeconds(&SrcTimeSpec, cMinLocalTimeDelta * 60);
     132        RTTimeSpecAddSeconds(&SrcTimeSpec, -cMinLocalTimeDelta * 60);
    133133
    134134    RTTIME Time;
Note: See TracChangeset for help on using the changeset viewer.

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