git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35366
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// make it minutes
offset *= MIN_PER_HOUR;
}
// the spec was correct, construct the date from the values we found
Set(day, mon, year, hour, min, sec);
// make it minutes
offset *= MIN_PER_HOUR;
}
// the spec was correct, construct the date from the values we found
Set(day, mon, year, hour, min, sec);
- MakeFromTimezone(TimeZone((wxDateTime_t)offset*SEC_PER_MIN));
+ MakeFromTimezone(TimeZone((wxDateTime_t)(offset*SEC_PER_MIN)));