Closed synapticarbors closed 8 months ago
Python 3.12 deprecates datetime.datetime.utcnow and datetime.datetime.utcfromtimestamp: https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow
datetime.datetime.utcnow
datetime.datetime.utcfromtimestamp
This PR makes the recommended change that is compatible with pre-python 3.12 versions.
Python 3.12 deprecates
datetime.datetime.utcnow
anddatetime.datetime.utcfromtimestamp
: https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnowThis PR makes the recommended change that is compatible with pre-python 3.12 versions.