mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-01 18:32:40 +02:00
change defalt date format to ISO
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user