Summary: | Merkuro displays wrong month/days | ||
---|---|---|---|
Product: | [Applications] Merkuro | Reporter: | pedrud <pedrud> |
Component: | general | Assignee: | Claudio Cambra <claudio.cambra> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, duha.bugs, sjbrock87 |
Priority: | NOR | ||
Version: | 23.08.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/merkuro/-/commit/60586e4b7c238e3871c690550a09f4ffa7356192 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Screenshot of merkuro calendar
merkuro off by months and days |
Description
pedrud
2023-08-28 18:33:46 UTC
Any updates on this? I'm still having problems. Created attachment 161779 [details]
merkuro off by months and days
I am still having this issue as well.
Is this going to be fixed or even recognized? Ever since the switch from Kalendar to Merkuro the app doesn't work. Today is Monday, the app displays as Tuesday. We are now in October and it displays as September. When I add new events to my calendar, they are not saved. However, if add events on my phone or Thunderbird, I have no problems. @pedrud @Steve I am trying to reproduce this so the Devs have an easier time fixing this. If you are interested you can contact me on https://discuss.kde.org/t/merkuro-off-by-one-day-while-system-is-correct/5209 Marking this as confirmed since I now can reproduce this on both Arch and Tumbleweed. Steps to reproduce: 1) Set your timezone to US/New york (probably other US also affected) either using timedatectl set-timezone America/New_York or Systemsettings -> Regional Settings -> Date & Time > Time Zone -> New York 2) Restart Merkuro Git commit 22748dee2e3075f69797ecf7aa9c47519137b3c6 by Carl Schwan. Committed on 06/10/2023 at 18:38. Pushed by carlschwan into branch 'master'. Fix shifting of date by one day/month This was caused by the incorect conversion from QDate and qml date objects. Use QDateTime instead of QDate as this also store the time. Fix #230 M +1 -1 src/calendar/qml/MainViews/BasicInternalHourlyView.qml M +1 -1 src/calendar/utils.cpp M +1 -1 src/calendar/utils.h https://invent.kde.org/pim/merkuro/-/commit/22748dee2e3075f69797ecf7aa9c47519137b3c6 Git commit 60586e4b7c238e3871c690550a09f4ffa7356192 by Carl Schwan. Committed on 06/10/2023 at 18:41. Pushed by carlschwan into branch 'release/23.08'. Fix shifting of date by one day/month This was caused by the incorect conversion from QDate and qml date objects. Use QDateTime instead of QDate as this also store the time. Fix #230 (cherry picked from commit 22748dee2e3075f69797ecf7aa9c47519137b3c6) M +1 -1 src/calendar/qml/MainViews/BasicInternalHourlyView.qml M +1 -1 src/calendar/utils.cpp M +1 -1 src/calendar/utils.h https://invent.kde.org/pim/merkuro/-/commit/60586e4b7c238e3871c690550a09f4ffa7356192 |