# Get supported timezones Returns a comprehensive list of all supported timezones with metadata. Includes timezone abbreviations, UTC offsets, DST information, and display text. Used for user timezone selection in profile settings. Endpoint: GET /api/v1/instance/timezones Version: 1.0 Security: ## Response 200 fields (application/json): - `value` (string, required) - `abbr` (string, required) - `offset` (number) - `isdst` (boolean) - `text` (string, required) - `utc` (array, required)