Skip to content

Clean up timezone handling in event model

Volker Krause requested to merge work/vkrause/cleanup-timezone-handling into master

Consistently use QDateTime::setTimeZone/::toTimeZone, depending on what kind of time we have.

This fixes LAS 2023 showing wrong times due to the iCal containing UTC times rather than the more often found local times (ie. no time zone).

Merge request reports