﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12666	Setting for sending email using localtime instead of UTC	net147	Anton Ian Sipos	"I would like to be able to send emails using local time in the Date header instead of UTC by default.

Changes needed (based on Django 1.1.1):
 * `django/conf/global_settings.py`:
   * Add `""EMAIL_USE_LOCALTIME = False""` (won't sent using local time by default unless you explicitly enable it)
 * `django/core/mail.py`:
   * Change `""msg['Date'] = formatdate()""` to `""msg['Date'] = formatdate(localtime=settings.EMAIL_USE_LOCALTIME)""`
"	New feature	closed	Core (Mail)	1.1	Normal	fixed		mmitar@…	Accepted	1	0	0	1	1	0
