0 21 * * * explained
At 09:00 PM
At 09:00 PM
The cron expression 0 21 * * *. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Wed, Sep 2, 2026, 21:00:00 UTC | in 14h 6m |
| 2 | Thu, Sep 3, 2026, 21:00:00 UTC | in 1d 14h |
| 3 | Fri, Sep 4, 2026, 21:00:00 UTC | in 2d 14h |
| 4 | Sat, Sep 5, 2026, 21:00:00 UTC | in 3d 14h |
| 5 | Sun, Sep 6, 2026, 21:00:00 UTC | in 4d 14h |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | 0 | exactly 0 |
| Hour | 21 | exactly 21 |
| Day of month | * | every value |
| Month | * | every value |
| Day of week | * | every value |
Related schedules
FAQ
- Is "0 21 * * *" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: At 09:00 PM.
- How do I use it?
- Paste it into your crontab, CI scheduler, or job runner. Need a different schedule? Edit the fields in the builder above or browse all common cron expressions.
Looking for a phrase instead? See every minute, every 5 minutes, every 10 minutes, every 15 minutes.