From: Vadim Zeitlin Date: Thu, 27 Feb 2003 13:01:29 +0000 (+0000) Subject: fix bug with timezone calculations when WX_GMTOFF_IN_TM si true X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3cdf176163d19acb5a35dce0782146f4d90a2427 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 --- diff --git a/docs/changes.txt b/docs/changes.txt index 4e0c9d2eb3..7e7e6f3d6b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: