getServerTime
The API getServerTime returns the current time on the server, since epoch.
Return value
Returns an SPXML string containing the server time (in milliseconds since epoch) in a
<value>
tag.
Example
The following link returns the current server time.
http://servername:8080/SplusServer/api/v8/administration/getServerTime
The returned value looks something like this:
<value>1348523661496</value>
Parent topic: Administration Service API