0 9 * * 2 explained
At 09:00 AM, only on Tuesday
At 09:00 AM, only on Tuesday
The cron expression 0 9 * * 2. · 5-field cron
Next 5 runs (UTC)
| # | Run time (UTC) | When |
|---|---|---|
| 1 | Tue, Aug 11, 2026, 09:00:00 UTC | in 6d 18h |
| 2 | Tue, Aug 18, 2026, 09:00:00 UTC | in 13d 18h |
| 3 | Tue, Aug 25, 2026, 09:00:00 UTC | in 20d 18h |
| 4 | Tue, Sep 1, 2026, 09:00:00 UTC | in 27d 18h |
| 5 | Tue, Sep 8, 2026, 09:00:00 UTC | in 34d 18h |
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 | 2 | exactly 2 |
Related schedules
FAQ
- Is "0 9 * * 2" a valid cron expression?
- Yes — it parses as a standard 5-field cron expression: At 09:00 AM, only on Tuesday.
- 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.