response:clock

Purpose

Allows a Clock widget to synchronize its time with an external source via AJAX. The service must return time in milliseconds since the standard base time: January 1, 1970, 00:00:00 GMT.

Contained by

Attribute groups

Example

<?xml version="1.0" encoding="UTF-8"?>
<response:response xmlns="http://www.w3.org/2002/06/xhtml2"
  xmlns:mcs="http://www.volantis.com/xmlns/2006/01/xdime/mcs"
  xmlns:response="http://www.volantis.com/xmlns/2006/05/widget/response">
  <response:head>
    <response:link rel="mcs:theme" href="/main.mthm"/>
  </response:head>
  <response:body>
    <response:clock>[2007,2,1,10,25,2,1172744702507]</response:clock>
  </response:body>
</response:response>

Related topics