From 16a026bca5f159289dd57f586c55e6ed3663c9da Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 28 Apr 2015 01:06:08 +0100 Subject: [PATCH] Add explicit timezone declaration to ical interface --- RIGS/ical.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGS/ical.py b/RIGS/ical.py index b7ecbee4..ba411ef5 100644 --- a/RIGS/ical.py +++ b/RIGS/ical.py @@ -12,6 +12,7 @@ class CalendarICS(ICalFeed): #Metadata which is passed on to clients product_id = 'PyRIGS' title = 'PyRIGS Calendar' + timezone = 'Europe/London' file_name = "rigs.ics" def items(self):