TopDev

Cron Expression Explainer & Parser

Read cron expressions in plain English + see the next 5 run times. For Linux cron, GitHub Actions, AWS EventBridge, Vercel Cron.

All tools Browser-only
Explanation

Field breakdown

Minute
Hour
Day of month
Month
Day of week

Next run times

    Common patterns

    Cron expression has 5 fields: minute (0-59) hour (0-23) day (1-31) month (1-12) weekday (0-7, 0=Sun). POSIX standard for Linux cron, GitHub Actions, AWS EventBridge, Vercel Cron.

    What is a cron expression?

    Cron is the Unix/Linux standard for scheduled tasks — running commands automatically at fixed times. A cron expression has 5 fields:

    ┌─── minute (0-59)
    │ ┌─── hour (0-23)
    │ │ ┌─── day of month (1-31)
    │ │ │ ┌─── month (1-12)
    │ │ │ │ ┌─── day of week (0-7, 0 and 7 = Sunday)
    │ │ │ │ │
    * * * * *  command

    Special characters

    When to use cron

    Common pitfalls

    Who this is for

    Fullstack/backend/devops engineers — debug JWT, format JSON/SQL, parse cURL, compute CIDR subnets, draft Mermaid diagrams, write conventional commits… Daily toolkit alongside your terminal and editor.

    FAQ

    Is my pasted code/token sent anywhere?

    No. All TopDev dev tools run 100% client-side — JWT, SQL, JSON, cURL, regex… process in-browser. Disconnect to verify. Safe for internal tokens, production DB queries, API keys.

    Does it work offline / install as a PWA?

    Tools work offline after the first load. Installable PWA is on the roadmap — for now you can bookmark and use without internet.

    Related tools

    See all tools →