Get device time
Get current device time and timezone
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- time_unix int64
Unix Timestamp Date
- timezone string
Possible 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": 1540819272,
"timezone": "UTC+03:00"
}
{
"time_unix": 1540819272,
"timezone": "UTC+01:00"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...