Summary: | Difference between local and event timezone is not dynamic | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Christoph Bartoschek <bartoschek> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caly.brown, hohndel, smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christoph Bartoschek
2009-06-02 12:47:56 UTC
I can confirm this bug - recurring meetings that have been setup in a different time zone then mine do not change time in my calendar, even if the offset between the two timezone changes (UK time and Pacific Time in this case). KOrganizer version 4.4.5 Git commit 4b66bac8d537f6137aac1a41c2a5d9eab7dbccbf by Sergio Martins. Committed on 06/03/2011 at 17:37. Pushed by smartins into branch 'master'. When displaying recurring to-dos, properly handle daylight savings shifts. CCBUG: 194978 M +9 -1 calendarviews/eventviews/agenda/agendaview.cpp http://commits.kde.org/kdepim/4b66bac8d537f6137aac1a41c2a5d9eab7dbccbf Git commit 0b440d817ce88b14668b8fb9907fa98c133ee455 by Sergio Martins. Committed on 17/03/2011 at 19:27. Pushed by smartins into branch 'master'. Make recurring events aware of daylight saving time. The time of the first occurrence was being used for all occurrences, which is wrong. For example, a recurring UTC event that crosses a DST switch won't have all occurrences with at same local time. BUG: 194978 M +40 -11 calendarviews/eventviews/agenda/agendaview.cpp http://commits.kde.org/kdepim/0b440d817ce88b14668b8fb9907fa98c133ee455 |