X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a333edbddfc6cbee65bd541ddb8515844964aae4..d4628b41c98e27a3ad86f90f38260638cf739c68:/include/wx/datetime.h diff --git a/include/wx/datetime.h b/include/wx/datetime.h index 15f344cbf8..8d994290ab 100644 --- a/include/wx/datetime.h +++ b/include/wx/datetime.h @@ -168,7 +168,7 @@ public: GMT_6, GMT_5, GMT_4, GMT_3, GMT_2, GMT_1, GMT0, GMT1, GMT2, GMT3, GMT4, GMT5, GMT6, - GMT7, GMT8, GMT9, GMT10, GMT11, GMT12, + GMT7, GMT8, GMT9, GMT10, GMT11, GMT12, GMT13, // Note that GMT12 and GMT_12 are not the same: there is a difference // of exactly one day between them @@ -202,10 +202,14 @@ public: // Australia A_WST = GMT8, // Western Standard Time - A_CST = GMT12 + 1, // Central Standard Time (+9.5) + A_CST = GMT13 + 1, // Central Standard Time (+9.5) A_EST = GMT10, // Eastern Standard Time A_ESST = GMT11, // Eastern Summer Time + // New Zealand + NZST = GMT12, // Standard Time + NZDT = GMT13, // Daylight Saving Time + // TODO add more symbolic timezone names here // Universal Coordinated Time = the new and politically correct name