Open
Description
When running in Python 3.12 and above, the following warning is issued:
.../site-packages/json_logging/__init__.py:247: DeprecationWarning: datetime
is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.
utcnow = datetime.utcnow()
Ref. https://docs.python.org/3.12/library/datetime.html#datetime.datetime.utcnow
Metadata
Metadata
Assignees
Labels
No labels