---
title: "Get all available time zones on this vikunja instance"
method: GET
path: "/user/timezones"
tags: ["user"]
---

# Get all available time zones on this vikunja instance

`GET /user/timezones`

Because available time zones depend on the system Vikunja is running on, this endpoint returns a project of all valid time zones this particular Vikunja instance can handle. The project of time zones is not sorted, you should sort it on the client.

## Response `200`

All available time zones.

- string[]

## Other responses

- `500` — Internal server error.

---

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