Cron Expression Generator
All computation runs locally in your browser. Nothing is uploaded.
Cron Expression Generator
Build, paste, and explain cron expressions. See the next 5 run times locally without uploading anything.
Presets:
Explain
cron
* * * * * human every minute
Next 5 runs (your local time)
Common cron expressions
| Expression | Meaning |
|---|---|
* * * * * | Every minute |
0 * * * * | Every hour |
0 0 * * * | Every day at midnight |
0 9 * * 1-5 | Weekdays at 9 AM |
0 0 1 * * | First day of every month |
0 0 * * 0 | Every Sunday at midnight |