-
Notifications
You must be signed in to change notification settings - Fork 19
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
Invalid occurrences for "every 2 months on the last Monday" #104
Comments
@fmeringdal I'd be happy to try fixing this, and I would appreciate a pointer into the right direction |
@tomquist Really busy these days so wont be able to provide much guidance the next couple of weeks. Any help on fixing this is appreciated. My initial suspicion is that something is off in RRuleIter::generate. Also thank you for reporting this issue! |
Submitted a fix here #106 which resolves this issue although I'm not 100% sure it's fully correct. |
The following test fails:
This is the output:
It seems all occurrences after crossing the year 2023/2024 are wrong.
The text was updated successfully, but these errors were encountered: