Projet

Général

Profil

0001-debian-send-the-Date-header-of-emails-in-the-local-t.patch

Frédéric Péters, 08 décembre 2018 12:05

Télécharger (1018 octets)

Voir les différences:

Subject: [PATCH] debian: send the Date header of emails in the local time zone
 (#28775)

 debian/debian_config_common.py | 4 ++++
 1 file changed, 4 insertions(+)
debian/debian_config_common.py
30 30
# by setting their timeout value to 10 seconds.
31 31
EMAIL_TIMEOUT = 10.0
32 32

  
33
# send the SMTP Date header of email messages in the local time zone
34
# (since Django 1.11)
35
EMAIL_USE_LOCALTIME = True
36

  
33 37
# For high availability installations with multiple instances of Publik
34 38
# components, one should disable cron jobs execution on secondary servers;
35 39
# set the following variable True disables all tenant_commands launched with
36
-