You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseConfigError(f"{e}. {v} must be in {available_timezones}.")
275
+
else:
276
+
raiseConfigError(
277
+
f"{e}. IANA time zone data is not available on your system. `pip install tzdata` to leverage cron time zones or remove this field which will default to UTC."
raiseConfigError(f"{e}. {v} must be in {available_timezones}.")
345
-
else:
346
-
raiseConfigError(
347
-
f"{e}. IANA time zone data is not available on your system. `pip install tzdata` to leverage cron time zones or remove this field which will default to UTC."
0 commit comments