Re-enable timezones and add iCal converstion to UTC.

This should work on Google Cal but won't be able to test till in production.
This commit is contained in:
Tom Price
2015-05-18 23:41:17 +01:00
parent f4ea410900
commit 4e8cfb91d1
2 changed files with 16 additions and 5 deletions

View File

@@ -180,7 +180,7 @@ USE_I18N = True
USE_L10N = True
USE_TZ = False
USE_TZ = True
DATETIME_INPUT_FORMATS = ('%Y-%m-%dT%H:%M','%Y-%m-%dT%H:%M:%S')