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.
Build a cron expression using plain English toggles and see its visual timeline. No memorization needed.
Paste a corpus of text and generate new random sentences that mimic the style using Markov chains. Local only.
Create half‑hour time blocks for your day. Drag to resize and reorder. Export as image. All local.
Break a large block of text into a numbered list of sentences. Useful for analysis or translation. Local processing.
Take a normal sentence and reverse the word order. Sound like Yoda or just play with language.
Demonstrate how to yield heavy computation to user input using the isInputPending API. Keep UI responsive.
Fill in daily work hours and tasks, and generate a printable PDF timesheet. Clean, professional layout. Local.
Type on your QWERTY keyboard and see the text as if you were on a Dvorak layout. Helps learn Dvorak without switching.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Paste a git log and generate a polished changelog grouped by type (feat, fix, etc.). Follows Keep a Changelog format. Local.
Create multi‑step keyframe animations by adding stops and properties. Play and pause. Copy the complete CSS. Intuitive UI.
Compare standard keyboard layouts side-by-side. Click keys to see characters. Useful for learning alternative layouts.
Generate a plausible technical blog post title. Useful for practice writing or placeholder content. All local.
Toggle browser‑generated bold and italic when a real italic is missing. Understand and control font fallback rendering.
Start recording and watch for Long Tasks that block the main thread. See task duration and attribution. Improve Interaction to Next Paint.
Simulate different cache strategies (Cache First, Network First, Stale‑While‑Revalidate) and see responses. Learn offline patterns.
Fill in a component name and generate a complete Stencil.js component with TSX, CSS, and test files. Quick start.
Build a responsive masonry layout using the column‑count property. No JavaScript. Copy the minimal CSS.
Add a warm, orange light leak to your photo for a vintage film look. Adjust intensity and angle. Instant download.
Toggle scrollbar‑gutter: stable to reserve space for the scrollbar and avoid content jumps. Visual demo with two columns.
Enter a normal English phrase and try to convert it to Cockney rhyming slang. Built‑in dictionary of classic terms.
Set recurring reminders for nail trims based on species growth rate. Never forget.
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.