<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><service.CompleteServiceEgressPacketOctetsLogRecord></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><timeRecorded>1271379851000</timeRecorded></b></div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span><outOfProfileOctetsForwarded>1243107543</outOfProfileOctetsForwarded></div><div> ...</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span><b><timeCaptured>1271380452154</timeCaptured></b></div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span><children-Set></children-Set></div><div></service.CompleteServiceEgressPacketOctetsLogRecord></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: <span class="Apple-style-span" style="color: rgb(0, 0, 0); "><i>type=</i>Date; <i>access=</i>read-only; <i>default=</i>0</span></a></div><div>How do I change the number <span class="Apple-style-span" style="font-weight: bold; "><timeCaptured>1271380452154</timeCaptured> i</span>nto a meaningful date?</div><div><br></div><div>Thx</div><div>Dave</div></body></html>