0 9 * * 1 explained
At 09:00 AM, only on Monday
At 09:00 AM, only on Monday
The cron expression 0 9 * * 1. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Mon, Aug 24, 2026, 09:00:00 UTC | in 6d 4h |
| 2 | Mon, Aug 31, 2026, 09:00:00 UTC | in 13d 4h |
| 3 | Mon, Sep 7, 2026, 09:00:00 UTC | in 20d 4h |
| 4 | Mon, Sep 14, 2026, 09:00:00 UTC | in 27d 4h |
| 5 | Mon, Sep 21, 2026, 09:00:00 UTC | in 34d 4h |
Try it in your timezone
How to read this expression
| Field | Value | Meaning |
|---|---|---|
| Minute | 0 | exactly 0 |
| Hour | 9 | exactly 9 |
| Day of month | * | every value |
| Month | * | every value |
| Day of week | 1 | exactly 1 |
Related schedules
FAQ
- Is "0 9 * * 1" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: At 09:00 AM, only on Monday.
- 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.