Skip to main content

Get system time zone

GET 

/nevisidm/api/core/v1/system/timezone

Since: 7.2505.2, 8.2505.5

Returns the time zone identifier of the server on which nevisIDM is running.

This can be used to interpret date and time values returned by the API.

Responses

System time zone retrieved successfully

Schema
    timeZone string

    Time zone identifier of the nevisIDM server.

Loading...