Closed NivekAreir closed 4 years ago
@NivekAreir Thanks for reporting this. This has been a long standing issue.
PR #63 was reverted because it was breaking under the Europe/Paris time zone. ☹️
This issue should be fixed now. See: https://github.com/mangstadt/biweekly/pull/63#issuecomment-697933157
Hi,
I observed the following bug when using a
DateIterator
on an event with a rrule containing anUNTIL
fieldMy event has a daily frequency and starts at 17h UTC. I want to print all the occurrences before the
2020-03-05T17:01:00Z
. Here is what I observe :The last occurrence
2020-03-05T17:00:00Z
is missing even if it starts before theuntil
date. The reason of this bug is explained and fixed in #63 but the PR has been reverted.