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
- 200
System time zone retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
timeZone string
Time zone identifier of the nevisIDM server.
{
"timeZone": "Europe/Zurich"
}
Loading...