summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5e095c5)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5133
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the spec was correct
Set(day, mon, year, hour, min, sec);
// the spec was correct
Set(day, mon, year, hour, min, sec);
-#ifndef __BORLANDC__ // The following line doesn't compile with BC++
- MakeTimezone(60*(wxDateTime_t)offset);
-#else
- wxMessageBox("ParseRfc822Date doesn't with BC++ yet, sorry.");
-#endif
+ MakeTimezone((wxDateTime_t)(60*offset));