Everyday utilities / LING.TOOLS
Cron expression
Validate five- or six-field Cron expressions and inspect their next execution times in UTC or your browser timezone.
Result
Ready when you are
Set up your input and run the tool. Your result will appear right here.
Private · Instant · LocalGUIDE & CONTEXT
About this tool
Cron describes recurring calendar schedules using fields for minutes, hours and date constraints; six-field expressions add seconds at the beginning. Preview upcoming runs before configuring a job. Timezones, daylight saving changes and Cron dialects can affect behavior, so compare the result with the scheduler that will actually execute it.
How to use it
- Enter a five-field expression, or a six-field expression with seconds first.
- Choose UTC or the browser timezone and the number of upcoming runs.
- Parse the schedule and inspect the description and execution times.
Example
0 9 * * 1-5 means 09:00 on Monday through Friday in the selected timezone. */15 * * * * runs every 15 minutes.