Change timezone and turn off timezone support

This commit is contained in:
David Taylor
2015-04-28 01:05:40 +01:00
parent 100e39be65
commit 6a3fac887c

View File

@@ -174,13 +174,13 @@ else:
LANGUAGE_CODE = 'en-gb'
TIME_ZONE = 'UTC'
TIME_ZONE = 'Europe/London'
USE_I18N = True
USE_L10N = True
USE_TZ = True
USE_TZ = False
DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M','%Y-%m-%dT%H:%M:%S')