flashman
← All tools

Cron

cron • schedule

Examples: `UTC`, `America/New_York`, `Asia/Kolkata`

Next runs (ISO)
2026-06-08T13:45:00.000Z
2026-06-08T14:00:00.000Z
2026-06-08T14:15:00.000Z
2026-06-08T14:30:00.000Z
2026-06-08T14:45:00.000Z

About this tool

Build and explain cron expressions, and preview upcoming run times. Cron schedules background jobs on Linux servers and many cloud platforms.

Your input is processed in the browser. We do not upload tool payloads to our servers.

Common use cases

  • Validate cron syntax before deploying to Kubernetes CronJobs.
  • Explain schedules to non-experts with human-readable descriptions.
  • Preview next runs across daylight-saving boundaries.

Examples

Every day at midnight

0 0 * * * runs at 00:00 server time each day.

0 0 * * *

FAQ

Which timezone is used?
Preview uses your browser timezone unless the tool states otherwise. Production cron often uses UTC—confirm in your platform.

Related guide

Understand five-field cron syntax and avoid timezone surprises in production.

Read: Cron expressions: schedule jobs with confidence