mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Force ISO8601-ish datetime format for locale 'en'
This commit is contained in:
committed by
Raphael Michel
parent
5e3a8325ca
commit
11dc8aac36
@@ -1,2 +1,3 @@
|
||||
# Date according to https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
|
||||
SHORT_DATE_FORMAT = 'Y-m-d'
|
||||
SHORT_DATETIME_FORMAT = 'Y-d-m P'
|
||||
SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
|
||||
|
||||
Reference in New Issue
Block a user