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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user