betcode-org / betfair

betfairlightweight - Betfair API-NG python wrapper (with streaming)
MIT License
419 stars 147 forks source link

Fix utcnow deprecation for python3.12 #562

Closed synapticarbors closed 4 months ago

synapticarbors commented 4 months ago

Python 3.12 deprecates datetime.datetime.utcnow and datetime.datetime.utcfromtimestamp: https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow

This PR makes the recommended change that is compatible with pre-python 3.12 versions.