Changed file timezone to match django settings

This commit is contained in:
David Taylor
2015-05-21 16:32:52 +01:00
parent 2da09bfd0f
commit d2458fbf22

View File

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