Cron 표현식 생성기 온라인 도구

Free 무료 · 가입 불필요 · 데이터 저장 안 함 Build · Validate · Explain
Expression
* * * * *
Every minute
Common Presets
Next 10 Run Times

더 많은 개발 도구

정규식
Live test regex
타임스탬프
Unix ↔ Date
URL 인코더
Percent-encoding
YAML 포매터
Format & validate
TOML 포매터
Format & validate
JSON→YAML
To YAML config
계산기
Standard/Scientific
JSON 포매터
Format, validate & minify

왜 이것이 최고의 Cron 표현식 생성기인가

시각적 빌더

Select each field visually — choose Every, Specific values, a Range, or a Step interval. The expression updates in real time as you configure each part of the schedule.

평문 설명

Every cron expression is automatically translated into a human-readable description. No more guessing what 0 */6 * * * means — you'll see "Every 6 hours" instantly.

다음 실행 미리보기

See the next 10 scheduled run times based on the current moment in your local timezone. Verify your schedule fires at the exact times you expect before deploying.

5 & 6 필드

Standard Unix cron uses 5 fields (minute hour day month weekday). Extended cron (Spring, Quartz, AWS EventBridge) adds a seconds field. Toggle between formats with one click.

자주 묻는 질문

What is a cron expression?

A cron expression is a string of 5 (or 6) space-separated fields that defines a recurring schedule. The fields are minute, hour, day-of-month, month, and day-of-week. For example, 0 9 * * 1-5 means "at 9:00 AM every weekday".

What does * mean in cron?

An asterisk (*) in a cron field is a wildcard meaning "every valid value". * in the minute field means "every minute", and * in the hour field means "every hour".

What does */ mean in cron?

The */n syntax means "every n units". */15 in the minute field fires at 0, 15, 30, and 45. */2 in the hour field fires every 2 hours starting at midnight.

How do I run a cron job every day at midnight?

Use 0 0 * * *. This means minute 0, hour 0, every day. Many systems also accept the shorthand @daily or @midnight.

What is the difference between 5-field and 6-field cron?

Standard Unix cron has 5 fields: minute hour day month weekday. Some systems (Spring, Quartz, AWS EventBridge) extend this to 6 fields by adding a seconds field at the start, enabling sub-minute scheduling.

심층 가이드
개발자 필수 도구 가이드
정규식, Cron, 타임스탬프, URL 등
가이드 읽기