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
Looks like when microseconds are present, it cannot generate a stream of occurrences.
iex>Excal.Recurrence.Stream.new("FREQ=WEEKLY;BYDAY=MO,WE,FR",NaiveDateTime.utc_now()){:error,:invalid_dtstart}iex>Excal.Recurrence.Stream.new("FREQ=WEEKLY;BYDAY=MO,WE,FR",NaiveDateTime.truncate(NaiveDateTime.utc_now(),:second)){:ok,#Function<54.48559900/2 in Stream.resource/3>}
Looks like when microseconds are present, it cannot generate a stream of occurrences.
This seems to be coming from the NIF where it's checking for null time
The text was updated successfully, but these errors were encountered: