← All tools

TOOLS · DEV UTILITIES

Cron Explainer

FreeVietnam time & UTC

What 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.

01 · Cron expression

5 fields: minute hour day month weekday. Accepts *, numbers, ranges (1-5), lists (1,15), steps (*/10), month/day names (JAN, MON) and @daily, @hourly…

Common schedules:
02 · Time zone

GitHub Actions, Kubernetes and most cloud servers run cron in UTC: 9 am in Vietnam is 2 am UTC.

It means

At 09:00, Monday through Friday.

Field by field

ValueMeaning
Minute00
Hour99
Day*every day
Month*every month
Weekday1-5Monday–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 ☕