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
right now, I need to call GetOccurences(reasonableStart, now).Last() for this
it's simple enough, but it seems inefficient, since it needs to calculate all occurences between the two dates.
and I need to determine a 'reasonableStart' date, which is not always easy.
Is this something that could be added? or maybe I haven't thought of something?
The text was updated successfully, but these errors were encountered:
DaveRMaltby
added a commit
to Servant-Software-LLC/NCrontab
that referenced
this issue
Jan 29, 2023
hello,
right now, I need to call GetOccurences(reasonableStart, now).Last() for this
it's simple enough, but it seems inefficient, since it needs to calculate all occurences between the two dates.
and I need to determine a 'reasonableStart' date, which is not always easy.
Is this something that could be added? or maybe I haven't thought of something?
The text was updated successfully, but these errors were encountered: