listTimezones
Display all IANA timezones or filter by region to manage timezone data for efficient scheduling, coordination, and system configuration.
Instructions
List all available IANA timezones
Input Schema
Name | Required | Description | Default |
---|---|---|---|
region | No | Filter timezones by region (e.g., America, Europe) |
Input Schema (JSON Schema)
{
"properties": {
"region": {
"description": "Filter timezones by region (e.g., America, Europe)",
"optional": true,
"type": "string"
}
},
"type": "object"
}