File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ time dow dom month
1515
1616Where:
1717
18- - ` time ` : Time range in 24-hour format (HH:MM-HH: MM ) or * for all day
18+ - ` time ` : Time range in 24-hour format (HH: MM [ : SS ] -HH: MM [ : SS ] ) or * for all day. Seconds are optional.
1919- ` dow ` : Day of week (0-6, where 0=Sunday)
2020- ` dom ` : Day of month (1-31)
2121- ` month ` : Month (1-12)
@@ -36,6 +36,7 @@ Each field (except time) supports:
3636```
3737# Basic patterns
383817:20-21:35 1-5 * * # Weekdays from 5:20 PM to 9:35 PM
39+ 17:20:15-21:35:16 1-5 * * # Weekdays from 5:20:15 PM to 9:35:16 PM
3940* 0,6 * * # All day on weekends
404109:00-17:00 1-5 * 4-9 # Weekdays 9 AM to 5 PM, April through September
414212:00-13:00 * 1,15 * # Noon-1 PM on 1st and 15th of every month
Original file line number Diff line number Diff line change 55// Format: `time dow dom month`
66//
77// Where:
8- // - time: Time range in 24h format (HH:MM-HH:MM) or * for all day
8+ // - time: Time range in 24h format (HH:MM[:SS] -HH:MM[:SS] ) or * for all day
99// - dow: Day of week (0-6, where 0=Sunday)
1010// - dom: Day of month (1-31)
1111// - month: Month (1-12)
1616// Examples:
1717//
1818// 17:20-21:35 1-5 * * # Weekdays from 5:20 PM to 9:35 PM
19+ // 11:20:12-19:25:18 1-5 * * # Weekdays from 11:20:12 AM to 7:35:18 PM
1920// * 0,6 * * # All day on weekends
2021// 09:00-17:00 1-5 * 4-9 # Weekdays 9 AM to 5 PM, April through September
2122// 12:00-13:00 * 1,15 * # Noon-1 PM on 1st and 15th of every month
You can’t perform that action at this time.
0 commit comments