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.
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.