-
Notifications
You must be signed in to change notification settings - Fork 247
RRULE Evaluation: Apply BYYEARDAY=366 only in leap years.
#621
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
Conversation
axunonb
left a comment
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.
Very good, thanks
8f70269 to
c4f1888
Compare
|
|
@axunonb I think you need to approve again. Thanks! |
axunonb
left a comment
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.
Re-approved, thanks



Fix for the following cases of #618:
RRULE:FREQ=YEARLY;BYYEARDAY=-366;COUNT=3RRULE:FREQ=YEARLY;BYYEARDAY=366;COUNT=3I.e.
BYYEARDAY=366should only exist if day 366 (or -366) exists, which is only the case in leap years.