Skip to content

Commit a8650d4

Browse files
committed
Use ISO date format as default date format (Django 1.2 is using a more
humane format by default) - Legacy-Id: 3834
1 parent 950be0b commit a8650d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@
183183
# WG Chair configuration
184184
MAX_WG_DELEGATES = 3
185185

186+
DATE_FORMAT = "Y-m-d"
187+
DATETIME_FORMAT = "Y-m-d H:i"
188+
186189
# Override this in settings_local.py if needed
187190
# *_PATH variables ends with a slash/ .
188191
INTERNET_DRAFT_PATH = '/a/www/ietf-ftp/internet-drafts/'

0 commit comments

Comments
 (0)