| Summary: | During timezone translation, dates are not translated | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | garbage.angel |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Test case | ||
|
Description
garbage.angel
2009-01-29 17:29:13 UTC
Created attachment 30719 [details]
Test case
Note that there are a lot of events in H2 2008, visible only on month view, and on the wrong date when user time zone is America/New_York.
Err...warning, some of the items might be considered inappropriate, but it was the biggest real-life test case I could find, which some entries that work, some entries that half-work, and some entries that don't work at all.
Also, I don't know if this is relevant but here are the libical version numbers. They are Ubuntu Intrepid packages: libical-dev 0.33-1 libical0 0.33-1 Jaunty has a much never version (0.43-2) but I don't know if libical is the problem here. SVN commit 965588 by smartins: When converting KDateTime to QDate, use the user's timezone, not the incidence's, otherwise events can be shown at wrong dates in korganizer. Review: http://reviewboard.kde.org/r/674/ BUG: 173381 BUG: 182323 M +15 -11 kodaymatrix.cpp M +9 -6 views/agendaview/koagendaview.cpp M +8 -3 views/monthview/monthview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=965588 SVN commit 966745 by smartins: Backport r965588 by smartins from trunk to the 4.2 branch: When converting KDateTime to QDate, use the user's timezone, not the incidence's, otherwise events can be shown at wrong dates in korganizer. Review: http://reviewboard.kde.org/r/674/ CCBUG: 173381 CCBUG: 182323 line, and those below, will be ignored-- M korganizer/kodaymatrix.cpp M korganizer/views/monthview/monthview.cpp M korganizer/views/agendaview/koagendaview.cpp M +7 -4 kodaymatrix.cpp M +9 -6 views/agendaview/koagendaview.cpp M +8 -3 views/monthview/monthview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=966745 |