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
🐛 fix(handlers): use localtime() to respect TIME_ZONE setting
Replaced timezone.now() with timezone.localtime() in EmailHandler to ensure
the correct local time is used for log emails, matching the configured
TIME_ZONE setting in Django.
Closes#88
0 commit comments