Tool Hub

Cron パーサー

Cron 式を自然言語と次の実行時刻に変換

cron はサーバーで指定された時刻にタスクを自動実行するための標準的なスケジュール表記です (例: バックアップスクリプト、レポート送信、キャッシュ整理)。5 つのフィールド (分・時・日・月・曜日) の式を自然言語と次の実行時刻に展開して表示します。

min (0-59) · hour (0-23) · dom (1-31) · month (1-12) · dow (0-7)

スケジュール

09:xx, minute 0, weekday 1-5

Next 5 runs (local time)
Jun 25, 2026, 9:00 AM
Jun 26, 2026, 9:00 AM
Jun 29, 2026, 9:00 AM
Jun 30, 2026, 9:00 AM
Jul 1, 2026, 9:00 AM

関連項目: Cron Builder

使い方

  1. Type a five-field cron expression (minute, hour, day-of-month, month, day-of-week).
  2. The tool translates each field into a plain-English description of the schedule.
  3. A preview lists the next N run times so you can confirm the timing is what you expect.
  4. Adjust the fields and the explanation and run times update immediately.

  • The expression 0 9 * * 1-5 is explained as "At 09:00, Monday through Friday" and the next runs list weekday mornings only.
  • The expression */15 * * * * is read as "Every 15 minutes" and shows the next fire times 15 minutes apart.

本番環境で使用する前に出力を検証してください。保証なし — 詳細は 利用規約.