Skip to content

計算

Cronエクスプレイン

無料のcron式デコーダー。5つのフィールドのcronを貼り付けると、それがいつ実行されるかを平易な日本語で説明します。pg_cron、Linux crontab、GitHub Actionsに。

Runs in your browser

編集者注

Understanding · Five fields, a whole schedule.

この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。

よくある質問

Quick answers.

What are the 5 cron fields?

minute (0-59), hour (0-23), day-of-month (1-31), month (1-12), day-of-week (0-7, both 0 and 7 mean Sunday).

How do I run something every 15 minutes?

Use */15 * * * * — that's 'every 15 minutes, every hour, every day'.

What does the '?' mean?

Quartz/Java cron uses '?' to mean 'no specific value' in either day-of-month or day-of-week. Standard Unix cron doesn't use it.

Day of week — is Sunday 0 or 7?

Both, in standard Unix cron. Some systems (Quartz) use 1-7 with Sunday = 1. We follow Unix convention.

Is the explainer free?

Yes — fully free, no signup, runs in your browser.

他の人はこちらも検索しています

Use with

What people reach for next.

関連ツール

More in this room.

すべて表示 計算