From b0d20081fabe2cfacdec1f039a4aa9e94bbff69d Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 24 Apr 2015 13:55:32 +0100 Subject: [PATCH] Removed last trace of timezone --- RIGS/ical.py | 1 - 1 file changed, 1 deletion(-) diff --git a/RIGS/ical.py b/RIGS/ical.py index c276e512..30cafffc 100644 --- a/RIGS/ical.py +++ b/RIGS/ical.py @@ -12,7 +12,6 @@ class CalendarICS(ICalFeed): #Metadata which is passed on to clients product_id = 'PyRIGS' title = 'PyRIGS Calendar' - timezone = 'UTC' file_name = "rigs.ics" def items(self):