What cron formats are supported?
Five formats: Standard 5-field (Linux/Unix), Quartz/Spring 6-field (with seconds), AWS EventBridge 6-field (with year, wrapped in cron()), Kubernetes CronJob (standard + @shortcuts), and GitHub Actions (standard, always UTC).
Can I see when my job will run next?
Yes! The tool shows the next 10 execution times in any timezone you choose from a full list of IANA timezones. It defaults to your local timezone so you always see real wall-clock times.
How does switching between formats work?
When you switch formats, your expression is automatically converted. Switching from Standard to Quartz adds a '0' seconds field. Switching to AWS adds a year field and wraps the expression in cron(). No manual editing needed.
What is the visual schedule grid?
Three rows of cells showing which hours (0–23), days of week (Sun–Sat), and months (Jan–Dec) your cron expression fires on. Active cells are highlighted so you can spot mistakes at a glance before deploying.
Can I share my cron expression with my team?
Yes! Click Share to copy a URL that encodes your expression, format, and timezone. Anyone who opens the link will see the exact same setup — no account required.
Is my cron data private?
Everything runs in your browser. No cron expressions are sent to any server. Expression history is stored only in your device's localStorage and is never transmitted anywhere.
Build your schedule above, copy it in any format, and paste it into your server, CI tool, or cloud
scheduler. Because everything runs in your browser, you can safely experiment with cron expressions
even when working with sensitive internal schedules.