fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-02-27 13:01:29 +00:00
parent 788a1cbacb
commit 9aa03e7493
2 changed files with 11 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ Unix (GUI):
wxBase
- compilation with wxUSE_ODBC=1 fixed (dbkeyg.h file was missing in the archive)
- bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
wxGTK: