mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
change defalt date format to ISO
This commit is contained in:
parent
ece6d43078
commit
313fcd0501
1 changed files with 6 additions and 3 deletions
|
@ -110,9 +110,12 @@ if IS_SHELL:
|
||||||
|
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
TIME_ZONE = 'UTC'
|
TIME_ZONE = 'UTC'
|
||||||
USE_I18N = True
|
USE_I18N = False
|
||||||
USE_L10N = True
|
USE_L10N = False
|
||||||
USE_TZ = False
|
USE_TZ = True
|
||||||
|
|
||||||
|
DATETIME_FORMAT = 'Y-m-d g:iA'
|
||||||
|
SHORT_DATETIME_FORMAT = 'Y-m-d h:iA'
|
||||||
|
|
||||||
|
|
||||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue