-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dav: fix birthday calendar event generation for leap days #29010
dav: fix birthday calendar event generation for leap days #29010
Conversation
08a27cf
to
605e430
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please rebase |
605e430
to
ac0627b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mattian please rebase
ac0627b
to
583b6c3
Compare
Drone failing with:
unrelated. Performance testing is only checking for origin remote. |
Fix generation of birthday calendar events for the 29th of February. A recurring event for the 29th of February in the (default) Gregorian calendar system would only generate instances in leap years. Fix this behaviour by generating recurring events for the last day of February, the 29th on leap years and the 28th otherwise. Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
583b6c3
to
b55c62c
Compare
@blizzz drone failure unrelated, force merge would be apprechiated. |
thanks @mattian 😄 |
Fixes #19218.
Fix generation of birthday calendar events for the 29th of February.