added NZST and NZDT time zones (request 617912)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-29 00:05:56 +00:00
parent 020e2e811e
commit 34f90a1cfe
3 changed files with 13 additions and 4 deletions

View File

@@ -721,6 +721,7 @@ wxDateTime::TimeZone::TimeZone(wxDateTime::TZ tz)
case wxDateTime::GMT10:
case wxDateTime::GMT11:
case wxDateTime::GMT12:
case wxDateTime::GMT13:
m_offset = 3600*(tz - wxDateTime::GMT0);
break;