stub42/pytz

`utcfromtimestamp()` is deprecated in Python 3.12

Zac-HD opened this issue · 0 comments

Zac-HD commented

This means that import pytz will emit DeprecationWarning on Python 3.12, following python/cpython#103857.

A similar issue was fixed in dateutil/dateutil#1285.