Skip to content

Crontab Explainer

Paste any cron expression and get a plain-English explanation, a visual breakdown of each field, and the next 10 scheduled run times. Supports standard 5-field cron syntax used by Unix/Linux cron, AWS CloudWatch, GitHub Actions, and more.

Cron Syntax

A cron expression has five fields separated by spaces: minute (0-59), hour (0-23), day of month (1-31), month (1-12), and day of week (0-6, where 0 is Sunday). Use * for "every", / for steps, - for ranges, and , for lists.

Frequently Asked Questions

What timezone do cron jobs use?+
By default, cron uses the system timezone of the server. Many cloud services let you specify a timezone. The "Next 10 Runs" in this tool uses your browser's local timezone.
What's the difference between day-of-month and day-of-week?+
Day-of-month (field 3) specifies a calendar date (1-31). Day-of-week (field 5) specifies a weekday (0=Sunday through 6=Saturday). When both are set to non-*, most cron implementations run when either condition is met (OR logic).

📖 Learn More

Related Article Complete Guide to Cron Expressions & Scheduling →

Built by Derek Giordano · Part of Ultimate Design Tools

Privacy Policy · Terms of Service