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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
This is a real headache. At my servers, the local time is UTC everywhere, and Django TIME_ZONE is set to -5 ('America/New_York'). This makes all Django crashes appear to happen "5 hours ago" in Sentry. Fixing datetime.datetime.now() to datetime.datetime.utcnow() in the line above resolves the problem.