forked from Mirrors/arNetSked
actually create the timezone this time
This commit is contained in:
@@ -459,7 +459,7 @@ class arNetSked(arElement):
|
|||||||
self.tnchost = host
|
self.tnchost = host
|
||||||
self.tncport = port
|
self.tncport = port
|
||||||
if tz is not None:
|
if tz is not None:
|
||||||
self.arTz = tz
|
self.arTz = timezone(tz)
|
||||||
|
|
||||||
self.verbose = verbose
|
self.verbose = verbose
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user