mirror of
https://github.com/ufergus/arNetSked.git
synced 2026-01-23 21:36:39 -06:00
actually create the timezone this time
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user