From 0bb6b53ebc9db88b1a0dce4e18c3884a84c68c01 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 17 May 2017 17:33:50 +0200 Subject: [PATCH] Change client-side TIME_FORMAT for locale en as well --- src/pretix/static/jsi18n/en/djangojs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/static/jsi18n/en/djangojs.js b/src/pretix/static/jsi18n/en/djangojs.js index 48b3e2719f..3a315fda09 100644 --- a/src/pretix/static/jsi18n/en/djangojs.js +++ b/src/pretix/static/jsi18n/en/djangojs.js @@ -90,7 +90,7 @@ "SHORT_DATETIME_FORMAT": "Y-m-d H:i", "SHORT_DATE_FORMAT": "Y-m-d", "THOUSAND_SEPARATOR": ",", - "TIME_FORMAT": "P", + "TIME_FORMAT": "H:i", "TIME_INPUT_FORMATS": [ "%H:%M:%S", "%H:%M:%S.%f",