Add explicit timezone declaration to ical interface

This commit is contained in:
David Taylor
2015-04-28 01:06:08 +01:00
parent 6a3fac887c
commit 7c384061a1

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