Crontab Guru - Online Cron Expression Parser & Translator
Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
UD5 Toolkit
Instantly translate cron expressions into human-readable schedules
| Field | Position | Range | Description |
|---|---|---|---|
| Minute | 1st | 0-59 | Minute of the hour when the job runs |
| Hour | 2nd | 0-23 | Hour of the day (0 = midnight, 23 = 11 PM) |
| Day of Month | 3rd | 1-31 | Day of the month |
| Month | 4th | 1-12 | Month (1 = January, 12 = December) |
| Day of Week | 5th | 0-7 | Day of the week (0 & 7 = Sunday, 1 = Monday, ..., 6 = Saturday) |
* (asterisk) — Matches every possible value. * * * * * means every minute./ (slash) — Step value. */5 * * * * means every 5 minutes., (comma) — List separator. 0 9,17 * * * means at 9 AM and 5 PM.- (hyphen) — Range. 0 9-17 * * * means every hour from 9 AM to 5 PM.? (question mark) — No specific value (used in some cron implementations like Quartz).L, W, # — Advanced modifiers in Quartz cron (e.g., last day, nearest weekday, nth occurrence).*/5 * * * *. This means: every 5 minutes (*/5 in the minute field), every hour, every day, every month, every day of the week. The */5 syntax divides the minute range (0-59) into steps of 5, matching minutes 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, and 55.
1-5 in the day-of-week field. For example, 0 9 * * 1-5 runs at 9:00 AM every Monday through Friday. The values are: 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday. You can also use names like MON-FRI in some cron implementations.
@yearly or @annually = 0 0 1 1 * (January 1st at midnight)@monthly = 0 0 1 * * (1st of every month at midnight)@weekly = 0 0 * * 0 (Every Sunday at midnight)@daily or @midnight = 0 0 * * * (Every day at midnight)@hourly = 0 * * * * (Every hour at minute 0)@reboot = Runs at system startup (no time schedule)* values, the job runs when either condition is met (OR logic). For example, 0 0 1 * 0 runs at midnight on the 1st of every month AND every Sunday. This can be surprising — if you want both conditions to apply (AND logic), you may need to use a wrapper script or a different scheduler.
jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec. For days: sun, mon, tue, wed, thu, fri, sat. Example: 0 0 * * mon-fri runs at midnight on weekdays. Note that not all systems support names, so numeric is more portable.
? (no specific value), L (last), W (nearest weekday), and # (nth occurrence). If you're using Quartz, your expression might look like 0 0/5 9-17 ? * MON-FRI (every 5 minutes, 9 AM–5 PM, weekdays). This translator focuses on standard 5-field cron but can help understand the core concepts.
Describe cron schedule expressions in plain English and test future execution times. Indispensable for DevOps and backend developers. Local analysis.
Select species (Syrian, Dwarf) to get optimal sand bath frequency and duration. Keep your hamster's coat clean.
Set recurring reminders for nail trims based on species growth rate. Never forget.
Build a cron expression using plain English toggles and see its visual timeline. No memorization needed.
Convert any English text to Pig Latin. Simple word play. Works offline.
Divide your day into blocks with color codes. Drag tasks into slots. See free time at a glance.
Set a custom watering frequency reminder for succulents, with seasonal adjustment. Visual icon. Works offline after setup.
Generate a sample sleep schedule for babies 0-24 months based on age-appropriate wake windows. Nap count and bedtime suggestions. Educational reference.
Paste a Quartz cron expression (with seconds field) and translate it to standard Unix cron. For devops migrations.
Generate a random, structured daily routine with time blocks. Shake up your day. Pure fun.
Approximate transliteration of English letters into Egyptian hieroglyphs. For fun and education. Not a scholarly tool.
Paste Morse code (dots and dashes) and translate it back to plain English text. Supports standard timing. Local.
Create half‑hour time blocks for your day. Drag to resize and reorder. Export as image. All local.
Transliterate English text into Anglo‑Saxon runes (Futhorc). Different from Elder Futhark. For history and art.
Turn your normal message into 2000s SMS language (e.g., 'you' → 'u', 'great' → 'gr8'). Choose intensity level. Pure fun.
Convert normal text into UwU‑ified cuteness with 'w', nyaa, and blushes. Original meme generator.
Convert English sea yarns into pirate lingo. Arrr‑matey generator. Perfect for September 19th.
Make modern English sound like ye olde speech. Simple pattern replacement. Great for RPGs and fun.
Set a cron expression and see a calendar of the next 1,000 execution times. Never miss a schedule again.
Translate text into semaphore flag positions and decode semaphore back to letters. Interactive animated flags. For scouts and maritime fans.
Transliterate English letters into Elder Futhark runes. Fun for tattoos and fantasy. One‑to‑one mapping.
Add plants and track when you last watered them. Get a simple visual alert when it's time to water. Local storage.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
Translate English text to Pig Latin and decode back. A classic word game for all ages. Rules-based translation runs in your browser.
Encode text into Wingdings symbols and decode Wingdings back to text. A nostalgic and fun puzzle tool. All processing in your browser.
Convert plain text into leet (1337) speak and decode it back. Great for gamer tags and online culture. Fun, free, and local.
Convert any text into its binary representation (8-bit per character). See the raw bits. Suitable for learning computer fundamentals. All local.
Translate alphabetic text into corresponding emojis (A → 🅰️ etc.). A playful way to send messages. Purely frontend, no data collected.
Convert text into binary digits and decode binary back to readable text. Handy for education and computer science. All conversions performed locally in your browser.
Translate text to Morse code and decode Morse signals back to text. Sound playback supported. Learn and experiment with Morse code directly in browser.