sojinantony01/react-cron-generator

Cron formatting

tgb20 opened this issue · 0 comments

tgb20 commented

What format does this use? It doesn't seem to be valid cron that I am aware of. For instance if I did a cron task for every 6 hours it generates this string: 0 0 0/6 1/1 * ? * when the cron I am familiar with would look like 0 */6 * * *