You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const{ rrulestr }=require("rrule")constfrom=newDate("2023-10-24T08:32:21.533Z")constto=newDate("2023-11-01T08:32:21.533Z")constrrule=rrulestr('DTSTART:20231003T040000Z\nRRULE:FREQ=DAILY;INTERVAL=0.5')constdates=rrule.between(from,to,true)// This line is never reachedconsole.log('dates',dates,'\n\n')
The text was updated successfully, but these errors were encountered:
reekoz
changed the title
Decimal interval creates an infinite loop
[bug] Decimal interval creates an infinite loop
Oct 24, 2023
Minimal repro script:
The text was updated successfully, but these errors were encountered: