hw/time
The hw/time URI gets the system time for the WVA's real time clock in the WVA. Time values must follow standard XML date and time formatting rules. Times must be expressed in UTC (Coordinated Universal Time).
URI path
hw/time
Supported request methods
GET
Queries the device system time, in UTC.
PUT
Set the device system time, in UTC.
Supported content types:
XML
<time>2013-01-05T09:10:00Z</time>
JSON
{ “time” : “2013-01-05T09:10:00Z” }