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
I'll jump in here, since I encountered the same problem in #5642.
It helped that the dependency updates actually gave me actionable information, instead of just %s.
- tzlocal.utils.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like %s. \nPlease use a timezone in the form of Continent/City'+ tzlocal.utils.ZoneInfoNotFoundError: 'tzlocal() does not support non-zoneinfo timezones like UTC # Fix timezone (do not change - see issue #3638). \nPlease use a timezone in the form of Continent/City'
This can be fixed by moving the # Fix timezone (do not change - see issue #3638) to a different line, like I did in my PR (see c092c89).
The text was updated successfully, but these errors were encountered: