get_timezone
Retrieve the timezone configured on a Busy Bar device to verify time settings or identify when an update is needed. Returns timezone name, UTC offset, and abbreviation.
Instructions
Retrieve the current timezone configured on the Busy Bar device.
This tool queries /api/time/timezone on the device and returns the currently
active timezone configuration including the display name, UTC offset, and
abbreviation.
Returns a TimezoneInfo object containing:
- name: str — human-readable timezone name (e.g., 'America/New_York')
- offset: str — UTC offset string (e.g., '-05:00', '+05:30')
- abbr: str — timezone abbreviation (e.g., 'EST', 'IST')
Use case:
Checking which timezone the device is configured to so you can display
times correctly or decide whether an update is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||