How it works
This helper targets the common five-field Unix cron format. Quartz and cloud schedulers may add seconds or use different symbols.
minute hour day-of-month month day-of-week.
Common questions
Does this calculate the next run?
It explains the fields; use your scheduler or a tested runtime to calculate exact next runs.
Does Quartz use the same format?
Not always. Quartz commonly includes a seconds field and uses different conventions.
Independent developer utility. Review output before using it in production.