time
Description
Returns the central database server time.
URL
/qcbin/rest/server/time
Remarks
time returns both the server time in milliseconds (since 1970) and the time as a string formatted according to the server default.
HTTP Methods
GET: Returns the time.
PUT: N/A
DELETE: N/A
POST: N/A
Media Type | GET
| PUT
| DELETE
| POST
|
---|---|---|---|---|
application/xml | ![]() | - | - | - |
application/json | ![]() | - | - | - |
Returns
One of the HTTP Return Codes.
An XML string containing the server time.
Examples

<ServerTime> <TimeInMillis>1584070186104</TimeInMillis> <DateTime>2020-03-13 11:29:46</DateTime> </ServerTime>

{ "ServerTime": { "TimeInMillis": 1586503387499, "DateTime": "2020-04-10 15:23:07" } }