reference to companion command-line utility
This commit is contained in:
parent
68fd2b282b
commit
dc9d12775f
|
@ -6,6 +6,8 @@ In another project, I decided to use cron expression syntax to encode scheduling
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
There is also a companion command-line utility to evaluate cron time expressions: <https://github.com/gorhill/cronexprdo>.
|
||||||
|
|
||||||
Implementation
|
Implementation
|
||||||
--------------
|
--------------
|
||||||
The reference documentation for this implementation is found at
|
The reference documentation for this implementation is found at
|
||||||
|
|
Loading…
Reference in New Issue