mirror of
https://github.com/Mikaela/Limnoria.git
synced 2026-04-29 20:18:08 +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.