Every Minute During Business Hours
Learn how to use * 9-17 * * 1-5 to run a script continuously but only during the workday. Free cron translator tool.
Next 5 Run Dates ()
What does * 9-17 * * 1-5 mean?
The cron expression * 9-17 * * 1-5 translates to Every minute, between 09:00 AM and 05:59 PM, Monday through Friday.
This highly specific combination of ranges restricts execution strictly to 9:00 AM through 5:00 PM, Monday through Friday. It is an incredibly powerful expression used to poll customer service ticketing queues or monitor live employee active directories without wasting compute cycles overnight.