/system/timezone-set
Use the interface to set timezone.
Request Mode
POST /api/system/timezone-set
| Parameter | Description |
|---|---|
| zonename | The timezone name |
Response Body
{
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |