---
title: "Get time-zone"
method: GET
path: "/locale/timezones/{zoneId}"
tags: ["Locale"]
---

# Get time-zone

`GET /locale/timezones/{zoneId}`

Get time-zone

## Path parameters

- `zoneId` string, required

## Response `200`

A time-zone

- TimeZoneResponse — A time-zone
  - `errors` Error[]
    - `code` 'ACCESS_DENIED' | 'ENTITY_NOT_FOUND' | 'INCOMPATIBLE' | 'PARAM_INVALID' | 'PARAMS_MUTUALLY_EXCLUSIVE' | 'REQUEST_UNPROCESSABLE' — One of a set of enumerated error codes representing the types of errors that can occur processing a request
    - `message` string
  - `id` string — The time-zone id
  - `name` string — The time-zone name
  - `rawUtcOffsetHours` integer — The number of hours this time-zone is offset from UTC

## Other responses

- `400` — 400 - Bad Request
- `401` — 401 - Unauthorized
- `403` — 403 - Forbidden
- `404` — 404 - Not Found

---

[API](https://skmtc.net/mashape/apis/geodb.md) · [All operations](https://skmtc.net/mashape/apis/geodb/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mashape/geodb/versions/d1b1bd32c947/schema)
