change time formats to an international 24h format

This commit is contained in:
Andreas Zweili 2017-12-25 13:36:20 +01:00
parent caf9e74a68
commit 9fc5279193
1 changed files with 2 additions and 1 deletions

View File

@ -107,10 +107,11 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC'
TIME_FORMAT = 'H:i'
USE_I18N = True
USE_L10N = True
USE_L10N = False
USE_TZ = True