https://github.com/cfelde/cron4joda
A pure Joda Time cron pattern parser
https://github.com/cfelde/cron4joda
Last synced: about 1 year ago
JSON representation
A pure Joda Time cron pattern parser
- Host: GitHub
- URL: https://github.com/cfelde/cron4joda
- Owner: cfelde
- License: lgpl-2.1
- Created: 2013-08-16T15:59:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-17T20:33:21.000Z (over 12 years ago)
- Last Synced: 2025-02-09T03:15:55.848Z (over 1 year ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cron4Joda
=========
I've used Cron4J (http://www.sauronsoftware.it/projects/cron4j/) a while on a private project of mine with some minor modification to add support for time zones. When that private project was updated to only use Joda Time (http://joda-time.sourceforge.net/) it was desirable to also have a cron pattern parser exclusively using Joda Time internally as well.
Hence, Cron4Joda was born. It's a stripped down fork of Cron4J 2.2.4, only including the cron pattern parsing code. All internal time representations and manipulations exclusively use Joda Time without any dependency on native Java date and time classes.
I didn't have any unit testing on the original Cron4J project, so I added some myself. If you find any issues/bugs with the software feel free to send me a patch + added unit test illustrating the issue.