Client API: Container Apps: Timezones
The 1 Client API operations for timezones.
Part of Container Apps.
Operations
Section titled Operations| Method | Path | Summary |
|---|---|---|
| GET | /api/v1/client/timezones |
Every zone this platform can resolve, west to east, with its old names |
Every zone this platform can resolve, west to east, with its old names
Section titled Every zone this platform can resolve, west to east, with its old namesGET /api/v1/client/timezones
Every zone this platform can resolve, west to east, with its old names.
A picker built from the browser offers names the API then rejects: Chrome reports CLDR's ids, and for a dozen zones those are the pre-rename IANA names, which only resolve where the backward-compatibility links are installed. This is the list the API will actually accept, so a form built from it cannot drift from the server.
Authentication: an access token, sent as Authorization: Bearer <token>.
Responses
Section titled Responses| Status | Meaning |
|---|---|
200 |
Success. |
Fields of a 200 response:
| Field | Type |
|---|---|
version |
string |
zones |
array of TimezoneOption |
zones[].name |
string |
zones[].region |
string |
zones[].city |
string |
zones[].offset |
string |
zones[].offset_minutes |
integer |
aliases |
Aliases |