Common use cases
- Scheduled jobs
- Check when workers, backups or scripts will run.
- Automation review
- Validate schedules before deploying them.
- Timezone planning
- Compare cron output with business hours.
Parse a cron expression and preview upcoming run times.
Your tool
Use it well
FAQ
Classic cron uses minute, hour, day of month, month and day of week.
It depends on the scheduler. Many platforms use UTC, so always check your deployment environment.
It means every five units for that field, for example every five minutes in the minute field.
OnSubmit tools run in the browser whenever the task can be processed locally. Avoid pasting production secrets, real banking details or personal data into public tools.