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 a simple cron notation parser. Returns the
nearest timestamp matching given criteria that is
greater than or equal to given timestamp (current
time() by default)
Eg.: $timestamp = Crontab::parse('12 * * * 1-5');