All tools

Cron expression editor

Minute, hour, day of month, month, day of week. Next runs are computed in this device's timezone — the same rule crontab itself uses on the machine it runs on.

minutehourday (month)monthday (week)

at minute 0, 15, 30, 45 of hour 9, 10, 11, 12, 13, 14, 15, 16, 17 on weekdays

Next five runs

  • Mon, Sep 7, 2026, 09:00 AM
  • Mon, Sep 7, 2026, 09:15 AM
  • Mon, Sep 7, 2026, 09:30 AM
  • Mon, Sep 7, 2026, 09:45 AM
  • Mon, Sep 7, 2026, 10:00 AM

When both day-of-month and weekday are restricted, cron fires when either matches — an OR, not an AND. Nobody guesses that; the next-runs list above honours it.

Embed this on your site

Free to embed anywhere — docs, blog posts, internal wikis. Paste the snippet; it stays up to date by itself.

<iframe src="https://tools.dietsoda.dev/embed/cron" width="100%" height="220" style="border:1px solid #e2e8f0;border-radius:12px" title="Cron expression editor"></iframe>