Use ZoneInfo
instead of dateutil to handle time zones.
#2027
Labels
category: enhancement
improvements of code or code behavior
help wanted: good first issue
request for community contributions that are good for new contributors
Milestone
Now that python 3.9 is minimal have you considered using ZoneInfo from the standard library instead of dateutil?
https://docs.python.org/3/library/zoneinfo.html
Eventually, you can eliminate another dependency and also there might be undesirable inconsistencies between the standard library approach and other libraries that would be good to avoid.
The text was updated successfully, but these errors were encountered: