You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally attempted back in #368 but the change was reverted in #400. On Python 3.12, datetime.utcnow() now triggers this warning:
DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
Time to actually migrate.
The text was updated successfully, but these errors were encountered:
Originally attempted back in #368 but the change was reverted in #400. On Python 3.12,
datetime.utcnow()
now triggers this warning:Time to actually migrate.
The text was updated successfully, but these errors were encountered: