~/cron-builder

Cron: weekdays at 9 AM

The cron expression `0 9 * * 1-5` fires Monday through Friday at 09:00. The most common business-hours schedule.

# expression

0 9 * * 1-5

Means: At 09:00 on every day-of-week from Monday through Friday.

→ Open in cron builder (pre-filled)

# common use cases

# next fires (sample)

# pitfalls

# other patterns