0分0–59Cron式ジェネレーター・検証ツール
実行タイミングを文章で指定するか、Cron式を直接編集できます。
無料 · 登録不要 · 多言語入力に対応
実行予定を文章で入力
0 15 * * *Browser local time. Strict five-field numeric core. Day-of-week uses 0=Sunday through 6=Saturday.
次回の実行
- 1
- 2
- 3
- 4
- 5
例を試す
生成されたCronの意味
15時0–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分空ける必要があります。