From ccae15136161a46357f9fc2af420cf5d08d33a28 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 6 Nov 2018 01:49:51 +0000
Subject: [PATCH] This should fix the Windows sbbsctrl build subsequent to the
 smblib changes for Australian and New Zealand timezone
 abbreviations/value-macros.

---
 src/sbbs3/ctrl/ConfigWizardUnit.cpp | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/sbbs3/ctrl/ConfigWizardUnit.cpp b/src/sbbs3/ctrl/ConfigWizardUnit.cpp
index c261b2485d..e57b3d4670 100644
--- a/src/sbbs3/ctrl/ConfigWizardUnit.cpp
+++ b/src/sbbs3/ctrl/ConfigWizardUnit.cpp
@@ -82,9 +82,10 @@ short tz_val[]= {
     ,BAN
     ,HON
     ,TOK
-    ,SYD
+    ,ACST
+    ,AEST
     ,NOU
-    ,WEL
+    ,NZST
 };
 
 char* tz_str[]={
@@ -119,9 +120,10 @@ char* tz_str[]={
     ,"Bangkok"
     ,"Hong Kong"
     ,"Tokyo"
-    ,"Sydney"
+    ,"Australian Central"
+    ,"Australian Eastern"
     ,"Noumea"
-    ,"Wellington"
+    ,"New Zealand"
 };
 
 //---------------------------------------------------------------------------
-- 
GitLab