Loading all the timezone objects is definitely the most thorough check, but it takes at least 300 milliseconds. Checking that the timezone files exist with os.path.isfile only takes 4 milliseconds.
>>> for timezone_name in pytz.common_timezones: ... if not os.path.isfile(os.path.join(dir, timezone_name)): ... pytz.common_timezones.remove(timezone_name) -- OOPS setting US/Pacific-New timezone https://bugs.launchpad.net/bugs/244681 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs