croniter icon indicating copy to clipboard operation
croniter copied to clipboard

croniter is a python module to provide iteration for datetime object.

Results 1 croniter issues
Sort by recently updated
recently updated
newest added

I want to execute a job at `6 AM on 2nd, Feb 2018` only once. The corresponding cron expression would be `"0 6 2 2 * 0 2018"`. In croniter,...