check_business_hours
Determine whether the current time falls within business hours for a specified timezone, with customizable start and end times.
Instructions
Check if it is currently business hours in a timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA timezone e.g. Europe/London | |
| work_start | No | Start time HH:MM. Default 09:00 | |
| work_end | No | End time HH:MM. Default 17:00 |