Utilitaires développeur
CRON Parser
Parse CRON expressions, describe them in plain language, and preview the next 10 runs.
Pourquoi utiliser cet outil
03Validate CRON syntax, get a human-readable description, and see upcoming execution times.
CRON Parser converts a 5 or 6-field expression into plain language and shows the next 10 execution times.
Preset buttons cover the most common schedules.
Comment l'utiliser
03Vérifications rapides avant de copier
03Confirm the input is the format you intended.
Scan the result before using it in a document, URL, config, or message.
Copy only the output you need.
FAQ
03
Does it support 6-field expressions with seconds?
Yes. Add a seconds field at the start: second minute hour day month weekday.
What syntax is supported?
* (every), */n (every n), n-m (range), n,m (list), and combinations like 1,3-5,*/2.
What timezone are the run times shown in?
They are shown in your browser's local timezone.
Outils liés
03Timestamp Converter→
Convert Unix timestamps and date strings instantly.
Regex Tester→
Test regular expressions with live match highlighting and capture group table.
JWT Tool→
Decode, sign, and verify JWT tokens locally.