27.1.1.2 Server Time
Get the Server Time, return the date, time, and time difference.
HTTP Method: GET
XML URL: http://localhost/WaWebService/ServerTime
JSON URL: http://localhost/WaWebService/Json/ServerTime
XML Response:
<ServerTime>
<Date>2014/01/01</Date>
<Time>10:00:00</Time>
<Offset>08:00:00</Offset>
</ServerTime>
JSON Response:
{
"Date":"2014\/01\/01",
"Time":"10:00:00",
"Offset":" 08:00:00"
}
Response Field:
Field Name |
Description |
Date |
Server Date |
Time |
Server Time |
Offset |
Server Time Difference |