https://bugs.kde.org/show_bug.cgi?id=498462
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kholidays/-/commit/a | |7b2f8315373d4e44fb9011b8109 | |12f721c5eee3 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #9 from [email protected] --- Git commit a7b2f8315373d4e44fb9011b810912f721c5eee3 by tomblack white. Committed on 14/05/2026 at 15:17. Pushed by winterz into branch 'master'. fix holidays appear twice in january In January, kholidays parses the holiday files based on a two-year date range. This results in the files being parsed twice. This specifies holidays that are designated with a specific year, month, and day, which are added in the first year and then also in the second year. Therefore, holidays designated with a specific year, month, and day appear twice in January. So the fix is to limit holiday event only add when the event date on the current year. M +25 -14 src/parsers/plan2/holidayparserdriverplan.cpp M +1 -0 src/parsers/plan2/holidayparserdriverplan_p.h https://invent.kde.org/frameworks/kholidays/-/commit/a7b2f8315373d4e44fb9011b810912f721c5eee3 -- You are receiving this mail because: You are watching all bug changes.
