Fortnite-API / py-wrapper

Python implementation for https://fortnite-api.com
https://fortnite-api.rtfd.org/en/latest
MIT License
40 stars 17 forks source link

Make all datetime objects timezone aware #22

Closed Luc1412 closed 5 days ago

Luc1412 commented 1 month ago

For future proofing, datetime objects should be aware of their time zone. Especially with the upcoming removal of datetime.utcnow().

Luc1412 commented 5 days ago

Contrary to expectations, all datetime objects are already timezone aware. Only in rare cases the datetime objects might not be timezone aware. This has been fixed with 1de5717edc7e4445eb1416a696707a718a50f37a.