Skip to content

calendar-server: Use correct timezone for all-day events

Since commit 28c535e3, we use the timezone associated with the ICalTime instead of the default timezone when converting to time_t. However while that is correct for most events, for ICalTimes that don't have a timezone associated we still want to fall back to the default timezone instead of UTC.

Fixes #1895 (closed)

Merge request reports