Closed jmerljak closed 3 years ago
Let's configure RecurrenceSetIterator:
FREQ=WEEKLY;UNTIL=20200511T000000Z;BYDAY=TU
1586880000000
[1587484800000, 1588694400000]
It should produce the following: [1586880000000, 1588089600000] (2020-04-14T16:00Z and 2020-04-28T16:00Z)
[1586880000000, 1588089600000]
However, it returns 1588694400000 (2020-05-05T16:00Z) as well.
1588694400000
Version: 0.12.1
Thanks for reporting. I see the problem and will provide a fix asap.
Fixed in 0.12.2.
Thanks for the quick response. Much appreciated!
Let's configure RecurrenceSetIterator:
FREQ=WEEKLY;UNTIL=20200511T000000Z;BYDAY=TU
1586880000000
(2020-04-14T16:00Z)[1587484800000, 1588694400000]
(2020-04-21T16:00Z and 2020-05-05T16:00Z)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