From 629eb663f76a0ad6dc714b5871baa4c34cf52a90 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):