QuickToolsFree Online Tools

Cron 표현식 파서

Cron 표현식을 파싱하고 스케줄링 의미를 쉬운 한국어로 설명합니다.

cron expression parsercron job parsercron syntaxcron schedulecron expression explainer

Drag & drop a file here, or click to browse

Options

Field order:

┌─── minute (0-59)
│ ┌─── hour (0-23)
│ │ ┌─── day of month (1-31)
│ │ │ ┌─── month (1-12)
│ │ │ │ ┌─── day of week (0-6, Sun=0)
* * * * *

Privacy: This tool runs entirely in your browser. No data is sent to our servers. We don't store, share, or have access to any of the information you process here.

Examples

Example 1
* * * * *
Click "Example 1" above to load
Example 2
0 9 * * 1-5
Click "Example 2" above to load
Example 3
30 6 1 * *
Click "Example 3" above to load
Example 4
*/15 * * * *
Click "Example 4" above to load
Example 5
0 0 * * 0
Click "Example 5" above to load

Frequently Asked Questions

Q: What is a cron expression?

A: A string of 5 fields (minute, hour, day, month, weekday) that defines when a scheduled task runs.

Q: What does * mean?

A: * means "every" for that field — e.g., * in the minute field means every minute.

Q: What does */5 mean?

A: The slash notation means "every N units" — */5 in minutes means every 5 minutes.

Related Tools

Privacy & Security

This tool runs entirely in your browser. No data is sent to our servers. We don't store, share, or have access to any of the information you process here.