jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.24k stars 506 forks source link

RRule Issue on Weekly when time specified 12AM - 8AM #586

Open howdyhyber opened 1 year ago

howdyhyber commented 1 year ago

rrule-issue

I wanted it to start at June 14 12AM, then every Wednesday and Friday, but it returns a day after(June 15, 17, ...), which is Thursday and Saturday.

Please help me solve the issue. Thanks!