mirror of
https://github.com/frode-carlsen/cron.git
synced 2025-12-06 14:00:57 +03:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,8 +1,12 @@
|
||||
cron
|
||||
====
|
||||
|
||||
Cron expression parser and evaluator. Based on Joda-time
|
||||
Cron expression parser and evaluator.
|
||||
|
||||
Allows for specifying cron - expressions i unix-format (or Quartz like format) and evaluating when it will next match.
|
||||
Allows for specifying cron - expressions (in Unix or Quartz like format) and evaluating when it will next match.
|
||||
|
||||
Since it's specified on Joda-time it allows for easy integration into unit testing as well, by adjusting the Joda-time offset.
|
||||
Since it's specified on Joda-time it allows for easy integration into unit testing and simulations, by adjusting the Joda-time offset to speed up executions.
|
||||
|
||||
usage
|
||||
=====
|
||||
See javadoc
|
||||
|
||||
Reference in New Issue
Block a user