Set time and timezone
Sets the time and timezone manually. NTP must be disabled. To disable NTP use POST /network/ntp.
- application/json
Request Body required
- timezone stringPossible values: [ UTC-12:00,UTC-11:00,UTC-10:00,UTC-9:30,UTC-9:00,UTC-8:00,UTC-7:00,UTC-6:00,UTC-5:00,UTC-4:30,UTC-4:00,UTC-3:30,UTC-3:00,UTC-2:00,UTC-1:00,UTC±00:00,UTC+01:00,UTC+02:00,UTC+03:00,UTC+03:30,UTC+04:00,UTC+04:30,UTC+05:00,UTC+05:30,UTC+05:45,UTC+06:00,UTC+06:30,UTC+07:00,UTC+08:00,UTC+08:45,UTC+09:00,UTC+09:30,UTC+10:00,UTC+10:30,UTC+11:00,UTC+11:30,UTC+12:00,UTC+12:45,UTC+13:00,UTC+14:00]This model represents one time zone 
- time_unix integerTimestamp in unix format 
- 200
- 400
- 401
- 403
OK
- DST is enabled but not works in required time zone, use POST /network/dstto disable it.
- Validation error. NTP is enabled, to change datetime disable NTP, using POST /network/ntp.
- Missed json body or wrong param. Response sample:
  "error": "Wrong JSON body"
- Required field is not provided. Response sample:
  "error": "Wrong JSON body: no value for `param`"
where param - is a required field that was not provided
- Field was of the wrong type. Response sample:
  "error": "Wrong JSON body: value `param` was of the wrong type"
where param - is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- D S T is enabled
- Disable N T P
- Base
- No value
- Wrong param type
Schema
- error stringError message 
{
  "error": true
}
{
  "error": "Please disable DST if you want to set this time zone"
}
{
  "error": "NTP is enabled, to change datetime disable NTP"
}
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body: no value for `param`"
}
{
  "error": "Wrong JSON body: value `param` was of the wrong type"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}