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.

모두 보기 계산기