Closed mfogel closed 1 year ago
Patch coverage: 95.83%
and project coverage change: -1.95%
:warning:
Comparison is base (
069c302
) 100.00% compared to head (5a4c69d
) 98.05%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This MR configures the packages so that when using this with
use_pytz=False
:pytz
is never importedzoneinfo.available_timezones()
is used as the cannonical list of timezones (rather thanpyzt.common_timezones
)It accomplishes this by introducing the concept of a "timezone backend", and includes a pytz backend and a zoneinfo backend.
Closes #98