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. (80322cf)
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.
π Documentation
docs(handlers): Add detailed docstrings to EmailHandler class and methods. (4dc7db1)
Added comprehensive docstrings to the EmailHandler class and its methods (emit and render_template) to improve code documentation and readability.
β Tests
tests(settings): Update test settings to include TIME_ZONE configuration. (94bc68a)
Updated test settings to include TIME_ZONE related configurations to ensure the correct behavior when timezone.localtime() is used in EmailHandler.
β‘οΈ Miscellaneous
Update(SECURITY): Fix typo in Markdown file. (23a9260)
Minor typo correction in the security documentation.