Skip to content

Commit

Permalink
Merge pull request #82 from nylas/SET-4099-unknowntimezone-error-for-…
Browse files Browse the repository at this point in the history
…multiple-timezones

Adds missing timezones
  • Loading branch information
ajay-k authored Oct 17, 2022
2 parents 51d74c7 + d3d3926 commit f01a09a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions exchangelib/winzone.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,14 @@ def generate_map(timeout=10):
#
PYTZ_TO_MS_TIMEZONE_MAP = dict(CLDR_TO_MS_TIMEZONE_MAP, **{
'Asia/Kolkata': 'India Standard Time',
'Canada/Pacific': 'America/Vancouver',
'EST': 'America/Cancun',
'UTC': 'UTC',
'US/Arizona': 'America/Phoenix',
'US/Central': 'America/Chicago',
'US/Eastern': 'America/New_York',
'US/Mountain': 'America/Denver',
'US/Pacific': 'America/Los_Angeles',
'GMT': 'GMT Standard Time',
})

Expand Down

0 comments on commit f01a09a

Please sign in to comment.