Cron Expression Builder

Build, decode, and humanize cron expressions across four dialects — Standard (Unix/Vixie), AWS EventBridge cron(), AWS EventBridge rate(), and Quartz. See the next firing times in your timezone.

This is a reference tool. For production schedules, always double-check semantics against your scheduler's official documentation — small dialect differences (e.g. EventBridge's 1=Sunday vs Unix's 0=Sunday) can shift firings by a full day.

Dialect

Mode

Expression

✓ Valid

Build

Next occurrences

LocalUTC

How cron syntax works

Standard cron has five fields: minute, hour, day-of-month, month, day-of-week. Each accepts * for any value, comma-separated lists, hyphen ranges, and */N step values.

Dialect differences at a glance