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.
Return Value Example
<ServerTime>
<TimeInMillis>1257152757699</TimeInMillis>
<DateTime>2009-11-02 11:05:57</DateTime>
</ServerTime>