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

Interpret Unrecognized Timezones as UTC #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chxmbley
Copy link

@chxmbley chxmbley commented Mar 19, 2022

The current implementation raises an error if any event in the ICS has an unrecognized timezone. For example, some calendaring apps use (or have used in the past) GMT offset formatting such as GMT-0500. Rather than raise the error, this change would make the tradeoff that the timezone would "guess" UTC.

Longer term, it would probably be worth the effort to add support for these misc. timezone formats rather than interpret them all as UTC.

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 this pull request may close these issues.

2 participants