ground0.dev // cron_visualizer

< back to hublt; back to hub ⌨ terminal
Cron Expression Input
Format detected: 5-field (standard)
Human Readable Translation
At 09:00 AM, Monday through Friday
Next 5 Execution Times
Preset Expressions
Field Reference
Minute
0-59
Minute of the hour
Hour
0-23
Hour of the day (24h)
Day of Month
1-31
Day of the month
Month
1-12
Month of the year
Day of Week
0-7 (0,7=Sun)
0=Sun, 1=Mon, ..., 6=Sat
Seconds (opt)
0-59
Optional 6th field
Special Characters
*
Any value / wildcard
,
Value list separator (e.g., 1,3,5)
-
Range of values (e.g., 1-5)
/
Step values (e.g., */15)
L
Last day of month
#
Nth weekday (e.g., 2#1 = 2nd Monday)
Copied to clipboard!