mirror of
https://github.com/ufergus/arNetSked.git
synced 2026-01-24 05:46:38 -06:00
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