Host Date Time System Query Available Time Zones

Host Date Time System Query Available Time Zones

Retrieves the list of available timezones on the host.

The API works off the public domain 'tz' timezone database.

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostDateTimeSystem/{moId}/QueryAvailableTimeZones
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostDateTimeSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

List of available timezones on the host.

Returns Array of HostDateTimeSystemTimeZone of type(s) application/json
[
    {
        "_typeName": "string",
        "key": "string",
        "name": "string",
        "description": "string",
        "gmtOffset": 0
    }
]