Alf Lervåg 47b2cc7dd2 Specify the timezone for the tests
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.
2015-09-23 12:02:00 +02:00
2015-09-23 12:02:00 +02:00
2014-05-30 10:34:35 +02:00
2014-05-30 10:34:35 +02:00
2015-08-05 16:53:57 +02:00

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
Readme Apache-2.0 189 KiB
Languages
Java 100%