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
This is definitely a regression. It was introduced due optimization I made here. Millisecond precision is not required by the schedule loop itself, but definitely should be set to 0 in the final result. Should be an easy fix.
v5 doesn't set the milli-seconds to zero for the next date. They are carried over from
currentDate
instead.res
is "2020-03-06T10:03:00.002Z" in v5, but should be "2020-03-06T10:03:00.000Z". With v4 the milli-seconds were correct.The text was updated successfully, but these errors were encountered: