actually create the timezone this time

This commit is contained in:
Rich Ferguson
2020-05-14 16:22:38 -04:00
parent 24f57a2e60
commit 8fb5215df2

View File

@@ -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