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
If the PYTZ_SKIPEXISTSCHECK environment variable is set, pytz
will not confirm the existance of the expected timezone database
files at import time. This improves startup time, but will cause
crashes when the timezone list baked into the pytz release does
not match the timezone database in use.
Patch from Timothy Paine
0 commit comments