correct wxDateTime DST begin/end computations for years > 2006 in USA (closes #10425)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-01-28 21:52:37 +00:00
parent 01154d688b
commit adf8a83f4f
2 changed files with 34 additions and 7 deletions

View File

@@ -102,6 +102,7 @@ All:
- Fix wxURL::GetInputStream() for URLs with special characters in credentials
(Robert Wruck).
- Fix wxURI::GetUser() for URIs without password.
- Correct wxDateTime DST computation for 2006 and later (Christopher Barker).
All (GUI):