Cron Expression Generator
Generate and explain cron expressions — pick a preset or write your own.
Did this tool work for you?
How to use this calculator
- 1
Select a preset schedule for common intervals.
- 2
Or choose "Custom expression" and enter your own 5-field cron string.
- 3
The tool explains what the expression means in plain English.
Frequently asked questions
What are the 5 cron fields?
Minute (0-59), Hour (0-23), Day of month (1-31), Month (1-12), Day of week (0-7, where 0 and 7 are Sunday). Use * for "every", */n for "every n", and ranges like 1-5.
What does */15 mean?
"Every 15 units" — */15 in the minute field means at minutes 0, 15, 30, and 45 of every hour. In the hour field, */6 means at 0, 6, 12, and 18.
Does cron use UTC or local time?
It depends on the system. Most servers run cron in UTC. Cloud schedulers (AWS EventBridge, GitHub Actions) use UTC by default. Always check your platform's documentation.
Cron expressions: scheduling recurring tasks
Cron syntax cheatsheet
* = any value. */n = every n. n-m = range. n,m = list. Example: "0 9 * * 1-5" = 9:00 AM Monday through Friday. "0 0 1,15 * *" = midnight on the 1st and 15th of every month.
Where cron is used
Linux/macOS crontab for server tasks (backups, cleanup). GitHub Actions `on: schedule`. AWS EventBridge, Google Cloud Scheduler, Vercel cron jobs, Heroku Scheduler, and most CI/CD platforms support cron syntax.
Learn more from an authoritative source:
MDN Web DocsSlug Generator
Convert any title or phrase into a clean URL slug — lowercase, hyphenated, SEO-friendly.
DNS Lookup
Look up any DNS record type (A, AAAA, MX, NS, CNAME, TXT, SOA) for any domain — powered by Cloudflare DNS.
MX Lookup
Check the mail exchange (MX) records for any domain to see which mail servers receive email for it.
NS Lookup
Find the authoritative nameservers (NS records) for any domain to see who controls its DNS.
CNAME Lookup
Check CNAME (canonical name) records for any domain to see where it is aliased to.
TXT Record Lookup
View all TXT DNS records for a domain — including SPF, DKIM, DMARC, domain verification, and ownership tokens.
Results are estimates for informational purposes only and do not constitute professional financial, medical, legal, or technical advice. Read full disclaimer →