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
I have a hunch this change is what caused the issue: #1179
There is a change from datetime.datetime.utcnow() to datetime.datetime.now(datetime.timezone.utc), which changes us from a naive timestamp to a timezone aware timestamp. Most notably here.
tested on 2023-11-27, 15:33 UTC:
v1.1.8:
v1.2.0:
The text was updated successfully, but these errors were encountered: