From 8fb5215df21588ca3e460b2f1090b8a7cd846746 Mon Sep 17 00:00:00 2001 From: Rich Ferguson Date: Thu, 14 May 2020 16:22:38 -0400 Subject: [PATCH] actually create the timezone this time --- arNetSked.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arNetSked.py b/arNetSked.py index d642014..261fed5 100755 --- a/arNetSked.py +++ b/arNetSked.py @@ -459,7 +459,7 @@ class arNetSked(arElement): self.tnchost = host self.tncport = port if tz is not None: - self.arTz = tz + self.arTz = timezone(tz) self.verbose = verbose