DevOps

Cron Expression Parser

Paste a cron expression to see a plain-English explanation and a preview of the next upcoming run times.

Did this tool save you some time? A quick testimonial helps a lot.

Share your experience

About this Cron Expression Parser

Paste a cron expression to see a plain-English explanation and a preview of the next upcoming run times. Common questions — like does this account for timezone differences — are answered in the FAQ below.

Usage and privacy

How to use it

Add your input to the workspace above, review the result, then copy or download it when it's ready. No account or installation is required.

Private by design

Cron Expression Parser runs in your browser, so the information you enter stays on your device instead of being uploaded to a server.

Cron Expression Parser examples

A few worked examples so you know what to expect before you paste in your own input.

Weekly Monday midnight job

Input

0 0 * * 1

Output

At 00:00, only on Monday
Every 15 minutes

Input

*/15 * * * *

Output

Every 15 minutes
Daily at a specific time

Input

30 14 * * *

Output

At 14:30, every day

Frequently Asked Questions

Related Tools