summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fffdb4c)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35363
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the spec was correct, construct the date from the values we found
Set(day, mon, year, hour, min, sec);
// the spec was correct, construct the date from the values we found
Set(day, mon, year, hour, min, sec);
- MakeFromTimezone(offset*SEC_PER_MIN);
+ MakeFromTimezone(TimeZone(offset*SEC_PER_MIN));