TOOLTIKI Lovable tool, really free
Developer Data

Cron expression explainer

Processed in your browser · nothing is uploaded

Local · both day fields is an OR, not an AND
Advertisement
320 × 100

Reads a five-field cron expression and says what it means in plain English, validating each field’s range as it goes.

How to use the cron expression explainer

1 Paste your input. The result appears immediately.
2 Adjust the indent if the default is not yours.
3 Copy the result, or save it as a file.

The single most misunderstood thing about cron is what happens when both day fields are set. `0 0 1 * 1` looks like "the first of the month, if it is a Monday" and actually means "the first of the month, OR any Monday" — cron ORs the two day fields rather than ANDing them, so that expression runs far more often than intended. This flags it explicitly. The other regular confusion is field count: the standard Unix format is five fields, and the six-field form with seconds is Quartz, used by Java schedulers and Spring. Pasting one into the other is a common and silent failure.

Questions

Minute, hour, day of month, month, day of week — in that order.

POSIX — crontab
Advertisement
300 × 250
Was this tool any good?
INTERNAL SIGNAL ONLY · WE USE IT TO FIND TOOLS WORTH REBUILDING