golang-github-gorhill-cronexpr-dev

Cron expression parser
  https://github.com/gorhill/cronexpr
  0
  no reviews



Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression.

the time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there.