Fixes #2958. Replaces pytz dependency with zoneinfo.

This commit is contained in:
willthong 2023-07-21 21:18:39 +01:00
commit 528014b150
5 changed files with 44 additions and 21 deletions

3
RELEASE.md Normal file
View file

@ -0,0 +1,3 @@
Release type: minor
Replace `pytz` with native alternatives.