Cron式ジェネレーター・検証ツール

実行タイミングを文章で指定するか、Cron式を直接編集できます。

無料 · 登録不要 · 多言語入力に対応

Natural Schedule · deterministic

いつ実行しますか?

自動判定ENITESFRDEPTZHJAKOARHI

実行予定を文章で入力

解釈結果Every day at 15:00
生成された Cron0 15 * * *
有効 · Unix / Linux (POSIX core)

Browser local time. Strict five-field numeric core. Day-of-week uses 0=Sunday through 6=Saturday.

スケジュール確認

次回の実行

Browser local time
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
クイックスタート

例を試す

5フィールド構成

生成されたCronの意味

00–59
150–23
*1–31
*1–12
*曜日profile dependent
*任意の値
,リスト
-範囲
/間隔
検証ルール

決定的な結果

Natural Schedule currently uses a deterministic English/Italian parser. It converts the phrase to a structured schedule, compiles it for the selected environment, then sends the generated expression through the independent cron validator before showing it as valid.

It does not monitor jobs, call a server or send alerts. Unsupported or ambiguous schedules fail closed instead of guessing.

利用するCron環境を正しく選択

Cronの構文はプラットフォームごとに似ていますが、完全に同じではありません。Unix/Linux、GitHub Actions、Cloudflare Workersを分けて扱い、環境固有のルールを混同しないようにします。

使う前にスケジュールを確認

5つのフィールドを確認し、わかりやすい説明と次回の実行時刻を表示します。未対応または曖昧な指定は推測せず、明確にエラーとして扱います。

よくある質問

Cronジョブを監視するツールですか?

いいえ。Cron式の検証と実行時刻のプレビューをブラウザ内で行うツールです。

Cloudflare向けでL、W、#は使えますか?

Cloudflare自体は対応していますが、このバージョンではまだシミュレーション対象にしていません。

GitHub Actionsで高頻度の設定が拒否されるのはなぜですか?

GitHub Actionsでは、スケジュール実行の間隔を最低5分空ける必要があります。