Don't export UTC timezone as TZID=UTC
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.