Skip to content

Replace datetime.utcnow() with datetime.now(UTC)

Duncan Macleod requested to merge github/fork/duncanmmacleod/datetime-now-utc into main

This PR replaces a call to datetime.datetime.utcnow() with the equivalent call to datetime.datetime.now(); the former is deprecated as of Python 3.12.

Merge request reports