DevOps · Free · Client-side
Cron Expression Parser Online
Paste a 5-field cron expression (e.g. */15 * * * *) for an instant human-readable explanation and the next 10 scheduled timestamps in your local timezone.
Meaning
—
Next 10 runs (local time)
How this cron expression parser works
- 01 Type or paste a standard 5-field cron string.
- 02 Optional examples fill common schedules (weekdays, monthly, etc.).
- 03 Fields are expanded (*, ranges, steps) into match sets.
- 04 The visualizer walks minute-by-minute to list the next matching runs.
Frequently asked questions
What cron format is supported? +
Standard 5-field cron: minute hour day-of-month month day-of-week. Some 6-field strings are accepted by dropping a leading seconds field.
Are next runs in UTC or local time? +
Local browser timezone, formatted with your locale settings.
Does day-of-month and day-of-week use OR logic? +
Yes when both are restricted (neither is *), matching common cron semantics where either field can match.