1. Verifying a Weekday Business Hours Cron
DevOps EngineerBackground
A DevOps engineer needs to schedule a database backup that runs every hour, but only during business hours on weekdays in the New York timezone.
Problem
Confirming that the cron expression correctly targets Monday through Friday, 9 AM to 5 PM, without running on weekends.
How to use
Input `0 9-17 * * MON-FRI` as the expression, select the standard dialect, set the timezone to `America/New_York`, and set the execution count to 10.
Expression: 0 9-17 * * MON-FRI, Dialect: standard, Timezone: America/New_York, Count: 10Outcome
The tool displays a plain-language description confirming the hourly weekday schedule and lists the next 10 execution times adjusted for New York time.