<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>When I get accounting records from the samo SOAP interface, the timestamps on the acounting data look like this.</div><div><br></div><div>ex:</div><div>&lt;service.CompleteServiceEgressPacketOctetsLogRecord&gt;</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>...</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span><b>&lt;timeRecorded&gt;1271379851000&lt;/timeRecorded&gt;</b></div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>&lt;outOfProfileOctetsForwarded&gt;1243107543&lt;/outOfProfileOctetsForwarded&gt;</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;...</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span><b>&lt;timeCaptured&gt;1271380452154&lt;/timeCaptured&gt;</b></div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>&lt;children-Set&gt;&lt;/children-Set&gt;</div><div>&lt;/service.CompleteServiceEgressPacketOctetsLogRecord&gt;</div><div><br></div><div>I cant find anywhere in the docs that actually explains explicitly how to interpret these numbers.</div><div><br></div><div>One clue may be from From the SAM xml reference where I see:</div><div><br></div><div><a name="timeRecorded">timeRecorded:&nbsp;<span class="Apple-style-span" style="color: rgb(0, 0, 0); "><i>type=</i>Date;&nbsp;<i>access=</i>read-only;&nbsp;<i>default=</i>0</span></a></div><div>How do I change the number&nbsp;<span class="Apple-style-span" style="font-weight: bold; ">&lt;timeCaptured&gt;1271380452154&lt;/timeCaptured&gt;&nbsp;i</span>nto a meaningful date?</div><div><br></div><div>Thx</div><div>Dave</div></body></html>