dmfs / lib-recur

A recurrence processor for Java
Apache License 2.0
199 stars 47 forks source link

Some recurrence exceptions are ignored #93

Closed jmerljak closed 3 years ago

jmerljak commented 3 years ago

Let's configure RecurrenceSetIterator:

It should produce the following: [1586880000000, 1588089600000] (2020-04-14T16:00Z and 2020-04-28T16:00Z)

However, it returns 1588694400000 (2020-05-05T16:00Z) as well.

Version: 0.12.1

dmfs commented 3 years ago

Thanks for reporting. I see the problem and will provide a fix asap.

dmfs commented 3 years ago

Fixed in 0.12.2.

jmerljak commented 3 years ago

Thanks for the quick response. Much appreciated!