You can call this API to query the time zones supported by an OceanBase Database tenant.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSONformat
{
"TimeZones": {
"List": [
{
"TimeZone": "Asia/Shanghai",
"Description": "(GMT+8:00) Asia/Shanghai"
}
],
"Default": "Asia/Shanghai"
},
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C"
}Error codes
| HTTP status code | Error code | Error message |
|---|---|---|
| 2014 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|
No change history
