﻿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
1345	Datetime formatters should be replaced to use django's own translation	TT	hugo	"In Django's code there is many times called Python's datetime formatter strftime(), which uses server's locale settings to format datetimes. This leads to misformatted datetimes in some situations like Admin's date hierarchy feature.

So if locale settings can not be assigned request based settings, the usage of strftime should be minimized.


I grepped out following files, where this function is used:

{{{
contrib/admin/filterspecs.py (three times),
contrib/admin/templatetags/admin_list.py (twice),
core/meta/fields.py (six times),
core/meta/__init__.py (once),
middleware/http.py (once),
middleware/sessions.py (once),
utils/cache.py (twice),
utils/feedgenerator.py (twice),
views/generic/date_based.py (once)
}}}

I'm not sure if it isn't necessary to replace all those calls, but I listed them anyway."	enhancement	closed	Translations	0.91	normal	invalid	translation, datetime		Unreviewed	0	0	0	0	0	0
