parse_crontab/crontab
Josiah Carlson 662bd8a947 Fixes a bug and add support for returning the time
* When calculating the next() or previous() valid entry, the module wouldn't "backtrack" enough, and might miss a sooner crontab entry than was found. This has been fixed.
* Added the ability to return the timestamp of the future event, instead of just the delta (pass delta=False to .next() or .previous())
* Added a method to test a given timestamp or datetime against a Crontab entry
* Special thanks to Manish Dubey github.com/mdubey for the pull request that spawned these features, provided new tests, and prompted the discovery of the bug
2013-02-17 17:11:04 -08:00
..
__init__.py Add code, tests, makefile, etc. 2011-07-17 17:34:56 -07:00
_crontab.py Fixes a bug and add support for returning the time 2013-02-17 17:11:04 -08:00