Andrew Wood
Results
1
issues of
Andrew Wood
Replace deprecated datetime.datetime.utcnow() with timezone-aware datetime.datetime.now() This change addresses a deprecation warning for python 3.12 by using datetime.datetime.now() with datetime.timezone.utc, ensuring the timestamp remains in UTC and conforms to newer...