fix bug with timezone calculations when WX_GMTOFF_IN_TM si true

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-02-27 13:01:29 +00:00
parent c54322338f
commit 3cdf176163

View File

@@ -21,6 +21,7 @@ All:
- added wxArray::SetCount()
- wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding
by default in Unicode mode
- bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
wxBase: