Skip to main content

Gets the authenticated user time zone offset in hours

GET /v1/timezone/offset

Summary

Gets the authenticated user time zone offset in hours.

Details

Returns a JSON object with the offset in value.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

No request body is documented here.

Responses

200

Success

application/json

  • value (number (double), optional)

Example

{
"value": -4
}