Description
Retrieves the time zone set for the system running BSUS.
Parameters
None.
Responses
Status | Description |
---|---|
Successful |
Code: 200 List successfully retrieved. Body:
[ "local_tz": string ] Each returned server has the following fields:
|
Error |
Code: 500 Body:
{ "error": "string" } This can be caused when an unknown application error is encountered on the Server side. The API attempts to return additional details within the error parameter. |