Fix calling the wrong function

This commit is contained in:
Doug Hyde 2015-03-24 23:24:02 -07:00
parent f30c051272
commit 830f08d6ed

View file

@ -50,7 +50,7 @@ class CalendarService(object):
Retrieves the system's timezone from a list of possible options.
Just take the first one
"""
return self.get_possible_timezones()[0]
return self.get_all_possible_timezones_of_local_machine()[0]
def get_event_detail(self, pguid, guid):
"""