Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Eastern Time" to timezone mappings #464

Open
alecpl opened this issue Jul 5, 2019 · 0 comments · May be fixed by #476
Open

Add "Eastern Time" to timezone mappings #464

alecpl opened this issue Jul 5, 2019 · 0 comments · May be fixed by #476

Comments

@alecpl
Copy link
Contributor

alecpl commented Jul 5, 2019

Here's sample of iCal data:

BEGIN:VCALENDAR
PRODID:-//Microsoft Corporation//Outlook 10.0 MIMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:Eastern Time
BEGIN:STANDARD
DTSTART:20161101T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:Standard Time
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20160301T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:Daylight Savings Time
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID="Eastern Time":20180430T100000
DTEND;TZID="Eastern Time":20180430T110000
...

According to one of our users it came from WebEX system.

I see that Eastern Time (US & Canada) already exists in exchangezones.php, but it does not match. Please, add an Eastern Time alias and also consider doing this for other timezones with similar problem.

alecpl added a commit to alecpl/sabre-vobject that referenced this issue Nov 13, 2019
@alecpl alecpl linked a pull request Nov 13, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant