From 830f08d6ed7fb1d031d69ac1c2172c660bb3a37c Mon Sep 17 00:00:00 2001 From: Doug Hyde Date: Tue, 24 Mar 2015 23:24:02 -0700 Subject: [PATCH] Fix calling the wrong function --- pyicloud/services/calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyicloud/services/calendar.py b/pyicloud/services/calendar.py index a60acbf..bab3ebf 100644 --- a/pyicloud/services/calendar.py +++ b/pyicloud/services/calendar.py @@ -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): """