sdispater / pendulum

Python datetimes made easy
https://pendulum.eustace.io
MIT License
6.12k stars 372 forks source link

Avoid usage of deprecated `datetime.datetime.utcfromtimestamp` in `pendulum.from_timestamp` #803

Open Taragolis opened 5 months ago

Taragolis commented 5 months ago

Pull Request Check List

datetime.datetime.utcfromtimestamp() is deprecated into the Python 3.12 as result current implementation raise warning message

/usr/local/lib/python3.12/site-packages/pendulum/__init__.py:295 DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC:
codspeed-hq[bot] commented 4 months ago

CodSpeed Performance Report

Merging #803 will not alter performance

Comparing Taragolis:remove-deprecated-from-python-stdlib (aac69cc) with master (3e3fec6)

Summary

✅ 1 untouched benchmarks