
<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p><code>foo</code> must be an NPT-time</p>
</div>
<div id='explanation'>
<p>The value specified must adhere to the
<a href="http://www.ietf.org/rfc/rfc2326.txt">RFC 2326</a>
ntp-time format. </p>
</div>
<div id='solution'>
<p>Convert the time into either a number of seconds, or a date of the format <samp>h:mm:ss.d</samp></p>
<p>Examples of valid ntp-times:</p>
<ul>
<li><samp>now</samp></li>
<li><samp>123.45</samp></li>
<li><samp>123:05:35.030</samp></li>
</ul>
</div>
</div>
</fvdoc>
