﻿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
10318	"Template filter date format ""U"" produces a timestamp that is off by 10-14 days"	Sean Brant	nobody	"When trying to format a date in a template with {{{{{ mydate|date:""U"" }}}}} the timestamp is off. Attached is a test case that first created a datetime object based on now then renders that in a template with the format {{{""U""}}} and compares that to outputting the date in python with {{{strftime('%s')}}}, this test fails. The next test outputs the date with the format {{{""Y-m-d H:i:s""}}} and compares that to outputting the date in python with {{{strftime(%F %T)}}}, this test passes. So it seems that only ""U"" is broken."		closed	Uncategorized	1.0		duplicate			Unreviewed	0	0	0	0	0	0
