Skip to content

Don't export UTC timezone as TZID=UTC

Damien Caliste requested to merge dcaliste/kcalendarcore:utc into master

Properly export date time in UTC using the Z character and not TZID=UTC as mentioned in RFC5545 section 3.3.5: "The "TZID" property parameter MUST NOT be applied to DATE-TIME properties whose time values are specified in UTC."

This was initially part of !15 (merged) but it was not related so I separate it here.

Merge request reports