Add explicit timezone declaration to ical interface

This commit is contained in:
David Taylor
2015-04-28 01:06:08 +01:00
parent a9a030a5fd
commit 16a026bca5

View File

@@ -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):