]> git.saurik.com Git - wxWidgets.git/commitdiff
fix bug with timezone calculations when WX_GMTOFF_IN_TM si true
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Feb 2003 13:01:29 +0000 (13:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Feb 2003 13:01:29 +0000 (13:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 4e0c9d2eb3086c66016e996c34299296db94646b..7e7e6f3d6b009cfad74f6616e89bd18fa2bb7b5b 100644 (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: