Skip to content

Replace datetime.utcfromtimestamp with datetime.fromtimestamp

Duncan Macleod requested to merge duncanmmacleod/gpstime:fromtimestamp into master

This MR replaces the usage of datetime.datetime.utcfromtimestamp with a timezone-aware use of datetime.datetime.fromtimestamp; the former method is deprecated in Python 3.12.

Merge request reports