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

ICalendar events with 'TZID' displayed in wrong timezone #7456

Closed
1 task done
leoleoasd opened this issue Sep 16, 2023 · 1 comment · May be fixed by #7450
Closed
1 task done

ICalendar events with 'TZID' displayed in wrong timezone #7456

leoleoasd opened this issue Sep 16, 2023 · 1 comment · May be fixed by #7450

Comments

@leoleoasd
Copy link

Reduced Test Case

https://github.com/leoleoasd/calendar_bug_demo

Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket?

  • I understand

Which connector are you using (React/Angular/etc)?

No connector (vanilla JS)

Bug Description

reduced ical:

BEGIN:VEVENT
CREATED:20230917T160840Z
LAST-MODIFIED:20230917T171829Z
DTSTAMP:20230917T171829Z
UID:40597b6c-e9bf-4206-9a2f-97acc0b94f8f
SUMMARY:test
X-MOZ-LASTACK:20230917T162602Z
DTSTART;TZID=Asia/Omsk:20230917T100900
DTEND;TZID=America/New_York:20230917T010900
TRANSP:OPAQUE
X-MOZ-GENERATION:5
SEQUENCE:2
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER:-PT15M
DESCRIPTION:Default Mozilla Description
END:VALARM
END:VEVENT

this event is shown as it begins on 10:09 am and ends on 11:09 am NO MATTER BROWSER LOCAL TIMEZONE SETTING:
image_2023-09-16_15-05-15

image_2023-09-16_15-00-19

Which should be (after fix in #7450):
image_2023-09-16_15-06-11

@acerix
Copy link
Member

acerix commented Sep 18, 2023

Thanks for the detailed report and the fix. I hadn't realised the issue was with the timeZone setting, I believe this existing ticket is actually for the same issue:
#7364

Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.

@acerix acerix closed this as completed Sep 18, 2023
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.

2 participants