TOOLS · DEV UTILITIES
Cron Explainer
FreeVietnam time & UTCWhat does “0 9 * * 1-5” mean, and when does it run next? Paste a cron expression to read it in plain English and see the next runs.
It means
At 09:00, Monday through Friday.
Field by field
| Value | Meaning | |
|---|---|---|
| Minute | 0 | 0 |
| Hour | 9 | 9 |
| Day | * | every day |
| Month | * | every month |
| Weekday | 1-5 | Monday–Friday |
Next runs · Vietnam (UTC+7)
Everything runs in your browser; nothing you enter is sent anywhere.
This tool is free for now. If it helped, buy me a coffee ☕