crontab

Parsing crontab-style lines

Parsing crontab-style lines Question: I need to parse a crontab-like schedule definition in Python (e.g. 00 3 * * *) and get where this should have last run. Is there a good (preferably small) library that parses these strings and translates them to dates? Asked By: Krumelur || Source Answers: Maybe you can use this …

Total answers: 2