---
title: "List Time Zones"
method: GET
path: "/setup/v1/companies/timezones/{date}"
tags: ["Companies"]
---

# List Time Zones

`GET /setup/v1/companies/timezones/{date}`

Use this endpoint to return a **List of timezone names, timezoneIana and tzOffset values** calculated for the date requested. Daylight Savings may or may not apply depending on the date specified.

## Path parameters

- `date` string, date-time, required

## Response `200`

Success

- TimezoneViewModel
  - `object` string, nullable
  - `regions` string[], nullable
  - `timezones` TimezonesViewModel[], nullable
    - `region` string, nullable
    - `name` string, nullable
    - `timezoneIanna` string, nullable
    - `tzOffset` integer

---

[API](https://skmtc.net/onsched/apis/onsched-setup-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-setup-api/revisions/c5c023458a2f/schema)
