python-swat icon indicating copy to clipboard operation
python-swat copied to clipboard

Provide support for `zoneinfo` objects

Open scw opened this issue 1 year ago • 1 comments
trafficstars

Since Python 3.9, Python has included the zoneinfo module for timezone conversions. Much of the Python ecosystem has moved over to this rather than depending on the somewhat idiosyncratic pytz module. Would it be possible to switch to this built-in library? Some libraries continue to support both with fallbacks to continue supporting older Python versions, for example here is the PR which added zoneinfo support to the babel package.

scw avatar Apr 10 '24 20:04 scw

Thanks for the suggestion. I'm looking into this.

bkemper24 avatar Apr 11 '24 10:04 bkemper24