Skip to content

Calculatrices

Décrypteur Cron

Décrypteur d'expressions cron gratuit. Collez une cron à 5 champs et obtenez une description en langage courant du moment où elle s'exécute. Pour pg_cron, les crontab Linux, GitHub Actions.

Runs in your browser

Note de la rédaction

Understanding · Five fields, a whole schedule.

Ce chapitre approfondi n'est actuellement disponible qu'en anglais. L'outil de conversion ci-dessus fonctionne dans votre langue ; le long article explicatif n'a pas encore été traduit.

Questions fréquentes

Quick answers.

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, both 0 and 7 mean Sunday).

How do I run something every 15 minutes?

Use */15 * * * * — that's 'every 15 minutes, every hour, every day'.

What does the '?' mean?

Quartz/Java cron uses '?' to mean 'no specific value' in either day-of-month or day-of-week. Standard Unix cron doesn't use it.

Day of week — is Sunday 0 or 7?

Both, in standard Unix cron. Some systems (Quartz) use 1-7 with Sunday = 1. We follow Unix convention.

Is the explainer free?

Yes — fully free, no signup, runs in your browser.

Les internautes recherchent aussi

Use with

What people reach for next.

Outils similaires

More in this room.

Tout voir dans Calculatrices