CronTool
Cron expression editor & debugger
Question

How do I set up a cron job that runs every day at 1PM, 2PM and 3PM?

Answer

Easy! Just use the following cron:


0 13,14,15 * * * command
Why this matters

Use a comma list in the hour field to fire at multiple specific hours. The minute is fixed at 0 (top of the hour), so the cron runs at 13:00, 14:00, and 15:00 every day. If the times are consecutive, you can also use a range: 0 13-15 * * * produces the same three runs.


For non-consecutive hours (e.g. 1 PM, 4 PM, 9 PM), only the list works: 0 13,16,21 * * *. If the minutes also differ per hour, you need separate cron entries — see the two-different-times answer.


A subtle thing about lists: cron evaluates them as a set, not a sequence. The job at 13:00 doesn't “know” that 14:00 is coming next. If you need that, write a wrapper that decides what to do based ondate +%H.

Read the dedicated guide: Cron every day.

Cron schedule used

Calendar

View future cron matches in a calendar

April 2026

Showing next 1000 cron schedules

Loading...

See this cron expression on the calendar → view example

Related cron questions

Other answers and worked examples for the most confusing cron expressions.

QuestionI am trying to create a Cron expression that runs every day at 8:00 AM and 3:30 PM. I understand how to create an expression that runs once a day, but not at multiple set times.
QuestionHow do you run a cron job every minute only on specific hours?
QuestionHow can I execute a cron job twice daily at midnight and 13:30?
QuestionHow can I set up a cron job to run every night at 2:30? I am familiar with configuring it to run at 2:00, but not 2:30.

Ready to schedule it?

Point Crontap at any URL. Pick any cron. Done.

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.

Free forever tier ・ No credit card required

Your next schedule
GET/wp-cron.php?doing_wp_cron=1

Schedule

every 5 minutes

Next run

in 23s

Permalink: https://tool.crontap.com/help/cron-job-run-script-at-separate-hours-of-the-day

Apihustle Logo

This tool is part of the Apihustle suite - a collection of tools to test, improve and get to know your API inside and out.

  • Clobbr logo

    Clobbr

    The app & CLI tool to test API endpoint speed.

    Visit
  • Crontap logo

    Crontap

    Schedule recurring API calls using cron syntax.

    Visit
  • CronTool logo

    CronTool

    Debug multiple cron expressions on a calendar.

    Visit

  • Page AI

    AI Website Generator that designs and writes clean code.

    Visit
  • Shipixen

    Generate customized boilerplates in minutes.

    Visit
  • Page UI

    Landing page UI components for React & Next.js

    Visit