git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32656
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
jdn *= MILLISECONDS_PER_DAY;
jdn *= MILLISECONDS_PER_DAY;
// JDNs always suppose an UTC date, so bring it back to local time zone
// (also see GetJulianDayNumber() implementation)
long tzDiff = GetTimeZone();
// JDNs always suppose an UTC date, so bring it back to local time zone
// (also see GetJulianDayNumber() implementation)
long tzDiff = GetTimeZone();
- jdn += tzDiff*1000; // tzDiff is in seconds
-
- m_time.Assign(jdn);
+ m_time += tzDiff*1000; // tzDiff is in seconds