mirror of
https://github.com/Mikaela/Limnoria.git
synced 2026-07-01 04:27:42 +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.