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

Fix formatting UTC date time #482

Merged
merged 2 commits into from Jan 17, 2023
Merged

Conversation

markuspoerschke
Copy link
Owner

Rather than setting TZID=UTC, date times that are using UTC must end with the Z letter.

Wrong: DTSTART;TZID=UTC:20220812T090000
Correct: DTSTART;20220812T090000Z

Fixes: #462
Fixes: #263

Rather than setting TZID=UTC, date times that are using UTC must end
with the Z letter.

Wrong: DTSTART;TZID=UTC:20220812T090000
Correct: DTSTART;20220812T090000Z

Fixes: #462
Fixes: #263
@markuspoerschke markuspoerschke self-assigned this Dec 25, 2022
@markuspoerschke markuspoerschke merged commit 37bda3f into 2.x Jan 17, 2023
@markuspoerschke markuspoerschke deleted the fix-rendering-of-utc-datetime branch January 17, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid iCal generated when DateTimeZone is UTC Timezone offset used as TZID
1 participant