Workspace

Dev Tools

Schedule parsing

Preview cron rules before they hit production.

Paste a cron expression, optionally enable seconds, and inspect both the human-readable translation and upcoming execution times.

What this tool does

Parses a cron expression, translates it into readable text, and previews the next times that schedule will run.

Why it is useful

It reduces schedule mistakes before deployment by letting you confirm the rule matches your intent instead of discovering a bad cron in production.

Examples

Check whether 0 */6 * * * really runs every six hoursValidate a cron with seconds before adding it to a workerPreview the next ten run times for a monthly job

Interpretation

every minute, every hour, every day of month, every month, every day of week