Recurrence.get_recurrences/2
returns invalid dates after passing leap day once in the recurrence stream
#58
Labels
Consider following example
The first recurrence is
2021-01-30
Then, as there is no 30th day in February,
Timex.shift
returns2021-02-28
(as describe in docs)All recurrences returned from stream after that point to 28th day of a month (for instance, the third one is 2021-03-28), which I believe is invalid.
To reproduce run:
The text was updated successfully, but these errors were encountered: