mirror of
https://github.com/Mikaela/Limnoria.git
synced 2026-05-29 20:22:27 +02:00
Python 3.9 introduced the zoneinfo module, which provides the only feature we used pytz for (getting a datetime.tzinfo object from an IANA timezone id); so let's use it instead of a third-party dependency.