spulec / freezegun

Let your Python tests travel through time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop usage of utcfromtimestamp

kasium opened this issue · comments

commented

With python3.12 utcfromtimestamp is deprecated. Can you please consider to replace it with "fromtimestamp" with tz set?

commented

Was caused by python-dateutil and fixed in dateutil/dateutil#1284