mirror of
https://github.com/frode-carlsen/cron.git
synced 2025-12-06 05:50:54 +03:00
47b2cc7dd2eb509a70dbdd4c40983261c742b2a3
If we don't specify the timezone, the DST tests will fail for those who're not lucky enough to live close to Frode Carlsen.
cron
Cron expression parser and evaluator.
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 and simulations, by adjusting the Joda-time offset to speed up executions.
usage
See javadoc
Description
Cron expression parser and evaluator. One version based on Joda-time, other on Java Time
Languages
Java
100%