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 10, 2026, 09:00:00 UTC | in 5d 8h |
| 2 | Mon, Aug 17, 2026, 09:00:00 UTC | in 12d 8h |
| 3 | Mon, Aug 24, 2026, 09:00:00 UTC | in 19d 8h |
| 4 | Mon, Aug 31, 2026, 09:00:00 UTC | in 26d 8h |
| 5 | Mon, Sep 7, 2026, 09:00:00 UTC | in 33d 8h |
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.