Funthos
Cron Builder & Tester
Human-friendly cron with time-zone aware previews.

Cron Expression Builder & Tester

Build valid cron expressions and preview the next runs in your chosen time zone. Supports standard 5-field, 6-field with seconds, and 7-field with year.

Builder

Mode
Fields
Time zone
Quick preset
Every
Interval
Start at minute
Start at second
Tip: toggle 5/6/7 fields to fit your system.
0 0 9 * * MON-FRI

Tester

Cron expression
Fields
Time zone
Start
Show next
Next runs
Crontab tips
Linux crontab -e example with time zone:
CRON_TZ=Europe/Berlin 0 0 9 * * MON-FRI /path/to/your-script.sh
On some systems use TZ=Europe/Berlin per line. Seconds and year are not supported by all cron implementations.