Cron Builder

Compose 5-field cron schedules (minute/hour/day/month/weekday) and immediately preview upcoming executions.

Reference time (local)

Status

Runs in your browser. No input is sent to a server.

How to use

Apply a preset or fill five fields manually, then click Generate. Verify upcoming runs before production rollout.

Notes (this tool)

  • This tool supports 5-field cron only (no seconds field).
  • Actual run times depend on your server timezone settings.

About this page

What does this tool do?

Input a cron 5-field expression (minute/hour/day/month/weekday) or start from presets, then validate and preview next run times.

Useful for avoiding schedule syntax mistakes and checking run timing during operations handoff.

Supported syntax (this implementation)

  • `*` (any) / `,` (list) / `-` (range) / `/` (step)
  • Examples: `*/5`, `1,15,30`, `9-18/3`
  • Month and weekday accept short names (JAN, MON, etc.)

Practical workflow

  • Apply a preset to create a base expression
  • Adjust fields as needed
  • Run Validate to check for errors
  • Review upcoming run times before production rollout

Notes

  • This tool targets common 5-field cron. It is not directly compatible with Quartz-style expressions that include seconds.
  • When both day-of-month and day-of-week are restricted, matching follows common cron OR semantics.
  • Final execution timing depends on server timezone and DST settings.

Referenced specs

  • crontab(5) (Vixie cron style)
  • Cron (POSIX-style operational conventions)

FAQ

How are weekday `0` and `7` handled?

Both are treated as Sunday, aligned with common cron behavior.

Why do next runs differ from my expectation?

Main factors are day/day-of-week OR semantics, server timezone, and DST transitions.

References

  1. man 5 crontab
  2. POSIX Online (reference)

These links are generated from site_map rules in recommended diagnostic order.

  1. Unix Time Converter — Convert Unix seconds/milliseconds and date-time both ways
  2. Mahjong Point Calculator — Calculate point movement on win from han/fu, honba, and kyotaku
  3. Mahjong All-Last Calculator — Compute ron/tsumo conditions needed to reach target rank from current scores
  4. Text Counter — Count characters including newline and full/half-width views
  5. Regex Tester — Test regex matching, extraction, and replacement
  6. Regex Cheat Generator — Generate regex patterns from practical templates
  7. SQL WHERE Builder — Build WHERE clauses and bind params from condition rows
  8. SQL UPSERT Builder — Generate dialect-specific UPSERT SQL and bind values

Quick Calculators

One-screen calculators for commonly forgotten quick math