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
What was supposed to fix deprecation warnings is still unfixed. It's busted still as of today.
Nov 18 17:20:58 smokedetector-cerberus python3[3147]: /home/smokey/SmokeDetector/ws.py:235: 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).
What would you like to happen/not happen?
Remove deprecation warnings.
I'll be looking through this one myself.
The text was updated successfully, but these errors were encountered:
What problem has occurred? What issues has it caused?
See #8552.
What was supposed to fix deprecation warnings is still unfixed. It's busted still as of today.
Nov 18 17:20:58 smokedetector-cerberus python3[3147]: /home/smokey/SmokeDetector/ws.py:235: 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).
What would you like to happen/not happen?
Remove deprecation warnings.
I'll be looking through this one myself.
The text was updated successfully, but these errors were encountered: