Cron expression parser in Go language
Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression. In another project, I decided to use cron expression syntax to encode scheduling information. Thus this standalone library to parse and apply time stamps to cron expressions. 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorhill/cronexpr
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.0.0-2.fc35 | - |
Fedora 35 | 1.0.0-2.fc35 | - |
Fedora 34 | 1.0.0-1.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-gorhill-cronexpr dash maintainers at fedoraproject dot org
.