Time
get
Returns the time (with formatting) in GMT and the user's local time zone, if logged in.
Responses
200
Success
application/json
get
GET /api/time HTTP/1.1
Host: listen.dovafm.xyz
Accept: */*
200
Success
{
"timestamp": 1497652397,
"utc_datetime": "2017-06-16 10:33:17",
"utc_date": "June 16, 2017",
"utc_time": "10:33pm",
"utc_json": "2012-12-25T16:30:00.000000Z"
}
Last updated