Skip to main content

Cron expression

*/5 2 * JUL *

This cron expression schedules a command to run every 5 minutes, between 02:00 and 02:59, every day, only in July.

Every 5 minutes, between 02:00 and 02:59, every day, only in July.

Next runs · UTC

September 2026 · UTC

0 runs

Read more in the dedicated guide: Cron every 5 minutes.

What this cron means, field by field

Each field of */5 2 * JUL * controls one dimension of the schedule. Hover over any value in the editor above to see its tooltip; the table below summarises the same information.

FieldValueMeansRange / hint
minute*/5every 5 minutes0-59. The minute(s) of the hour the job will fire.
hour2at hour 20-23. The hour(s) of the day the job will fire (0 = midnight, 23 = 11 PM).
day of month*every value (wildcard)1-31. The day(s) of the month. Use * if you want every day.
monthJULat month JUL1-12 or JAN-DEC. The month(s). Use * for every month.
day of week*every value (wildcard)0-7 or SUN-SAT (0 and 7 both mean Sunday). Use * for every day of the week.

Next 5 runs

Shown in UTC. Change the timezone in the editor.

Next runs · UTC

  1. Thu 1 Jul · 02:00in 287d 16h
  2. Thu 1 Jul · 02:05
  3. Thu 1 Jul · 02:10
  4. Thu 1 Jul · 02:15
  5. Thu 1 Jul · 02:20

Similar cron expressions

Common variations and tweaks of */5 2 * JUL *.

Where else this cron could be used

The same expression */5 2 * JUL * works in:

Examples

  • 0 18 * * *
    Every day at 18:00
  • 0 */5 * * *
    Every 5 hours
  • 0 18 * * 1-5
    Weekdays at 18:00
  • 0 0 1 * *
    Once a month, on the 1st at midnight

Cheatsheet

Full cheatsheet
FieldReq.RangeWildcards
minuteyes0-59, - * /
houryes0-23, - * /
day of monthyes1-31, - * /
monthyes1-12 or JAN-DEC, - * /
day of weekyes0-6 or names; some dialects use 0-7 or 1-7 — see Dialects, - * /

Frequently asked questions

What does the cron expression `*/5 2 * JUL *` mean?

every 5 minutes, between 02:00 and 02:59, every day, only in July.

When does `*/5 2 * JUL *` run next?

The next runs (UTC): 2027-07-01 02:00; 2027-07-01 02:05; 2027-07-01 02:10; 2027-07-01 02:15; 2027-07-01 02:20.

Is `*/5 2 * JUL *` a valid cron expression?

Yes - CronTool's parser accepts this expression and the calendar projects future runs successfully.

Run this cron in production

Stop pasting `*/5 2 * JUL *` into a host you also have to babysit.

WordPress, Shopify, Railway, Cloud Run, Vercel, HubSpot, Ghost, your own box. If it answers HTTP, Crontap can drive it on a clock you can read, in the timezone that actually matters, and page you when something breaks.

1.9k+ teams · Free forever tier · No credit card