From d2458fbf22cddcc5cdfa8bbe2a99601e7b193c20 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 21 May 2015 16:32:52 +0100 Subject: [PATCH] Changed file timezone to match django settings --- RIGS/ical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/ical.py b/RIGS/ical.py index ecabce62..53e178d5 100644 --- a/RIGS/ical.py +++ b/RIGS/ical.py @@ -14,7 +14,7 @@ class CalendarICS(ICalFeed): #Metadata which is passed on to clients product_id = 'RIGS' title = 'RIGS Calendar' - timezone = 'UTC' + timezone = settings.TIME_ZONE file_name = "rigs.ics" def get(self, *args, **kwargs):