Replace datetime.utcfromtimestamp with datetime.fromtimestamp
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.
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 8 July 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
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.