parse_crontab/crontab
Josiah Carlson 86b15138fd Fixes bug with crontab's previous() calculation
* When looking for a previous entry, sometimes the initial pass for the
  previous() method would effectively double-decrement the current time, which
  can cause previous() to skip over the correct previous time if it was within
  1 minute of now (or the time passed as now)
* Bug report thanks to David Siera
2014-06-06 09:42:10 -07:00
..
__init__.py Add code, tests, makefile, etc. 2011-07-17 17:34:56 -07:00
_crontab.py Fixes bug with crontab's previous() calculation 2014-06-06 09:42:10 -07:00