Skip to content
Snippets Groups Projects
Unverified Commit ce125589 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1868 from OpenTechFund/fix/date_time_formats

Better options for default time and date formats.
parents 1828a9d8 bfc57350
No related branches found
No related tags found
No related merge requests found
......@@ -315,13 +315,13 @@ USE_L10N = False
USE_TZ = True
DATE_FORMAT = 'Y-m-d'
DATE_FORMAT = 'N j, Y'
DATETIME_FORMAT = 'Y-m-d\TH:i:s'
DATETIME_FORMAT = 'N j, Y, H:i'
SHORT_DATE_FORMAT = 'Y-m-d'
SHORT_DATETIME_FORMAT = 'Y-m-d\TH:i:s'
SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/stable/howto/static-files/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment