cron-parser
cron-parser copied to clipboard
cron parser
Results
1
cron-parser issues
Sort by
recently updated
recently updated
newest added
e.g. `0 1/6 * * *` for "every 6h starting from 01:00" doesn't work, because this parser supports `*/` but not `/`. This is supported by Kubernetes cronjobs at least,...