Time and Schedule

Cron Expression Parser

Parse common 5-field cron expressions and inspect each field.

Local processing

This tool is designed to run in your browser. Do not paste secrets or production credentials into any online tool.

How to use this tool

Paste your input, choose an action, review the result, then copy the output when it looks correct. Invalid input shows a readable error instead of silently changing your data.

Example

Input

*/15 * * * *

Output

Minute: */15
Hour: *
Day of month: *
Month: *
Day of week: *

FAQ

Does it support 5-field cron?

Yes. The MVP targets common 5-field cron expressions.

Does it support seconds?

Six-field cron can be added later, but the first version focuses on 5 fields.

Are time zones supported?

The MVP explains the expression fields and does not schedule server-side jobs.