icalTime.zone == nullptr
does not mean UTC but floating time (not
attached to any timezone). So to use the provided function
icaltime_is_utc
to check to UTC time.
Closes DSD-1014
icalTime.zone == nullptr
does not mean UTC but floating time (not
attached to any timezone). So to use the provided function
icaltime_is_utc
to check to UTC time.
Closes DSD-1014