﻿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
26653	Make syndication's lastBuildDate timezone aware	didrix	Ketan Bhatt	"The lastBuildDate element in an RSS feed is not timezone aware. For instance on a non-utc timezone ('Europe/Amsterdam') it will generate a response with 
{{{
<lastBuildDate>Mon, 23 May 2016 11:36:39 -0000</lastBuildDate>
}}}
while it should be 
{{{
<lastBuildDate>Mon, 23 May 2016 11:36:39 +0200</lastBuildDate>
}}}

relevant files:
django/utils/feedgenerator.py

Seen in version 1.9.6 and 1.10a1, probably more versions affected.
pytz._version_ = 2016.4"	Cleanup/optimization	closed	contrib.syndication	1.9	Normal	fixed	timezone syndication lastBuildDate	berker.peksag@…	Ready for checkin	1	0	0	0	1	0
