﻿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
33870	Add a SHORT_TIME_FORMAT to settings.py	Michael	nobody	"Sometimes one wishes to show a time with seconds, and sometimes without.

The current template date/time options include (spot the odd one out):

{{{
DATETIME_FORMAT
DATE_FORMAT

TIME_FORMAT

SHORT_DATETIME_FORMAT
SHORT_DATE_FORMAT
}}}

It would be much easier to handle this scenario with adding a SHORT_TIME_FORMAT to the set of template datetime fields, so one could do:

{{{
{{ value|date:""SHORT_TIME_FORMAT"" }}
}}}"	New feature	closed	Internationalization	4.0	Normal	wontfix	short time template setting	Claude Paroz	Unreviewed	0	0	0	0	0	0
