mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.
When EMAIL_USE_LOCALTIME=True, send emails with a Date header in the local time zone.
This commit is contained in:
committed by
Tim Graham
parent
b9c04801d4
commit
c3495bb984
@@ -133,7 +133,8 @@ Database backends
|
||||
Email
|
||||
~~~~~
|
||||
|
||||
* ...
|
||||
* Added the :setting:`EMAIL_USE_LOCALTIME` setting to allow sending SMTP date
|
||||
headers in the local time zone rather than in UTC.
|
||||
|
||||
File Storage
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user