fix bug with parsing negative time zones in ParseRfc822Date()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-30 23:35:40 +00:00
parent 8bb0880114
commit 1cf57808cb
4 changed files with 21 additions and 5 deletions

View File

@@ -301,6 +301,7 @@ wxX11:
All:
- Fixed bug with parsing some dates in wxDateTime (Bob Pesner)
- Fixed bug with parsing negative time zones in wxDateTime::ParseRfc822Date()
All (GUI):