<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 11.02.2010, at 09:55, John Chludzinski wrote:</div><blockquote type="cite">In an effort not to re-invent the wheel, is there a package with a method, presumably in ByteArray, that would convert Unix time (64-bit) to an instance of TimeStamp? &nbsp; ---John&nbsp;<br></blockquote></div><div><br></div><div>Assuming "aUnixTime" is an Integer you can use</div><div><br></div><div>(DateAndTime unixEpoch + aUnixTime seconds) asTimeStamp</div><div><br></div><div>
<span class="Apple-style-span" style="font-size: 12px; "><div style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; ">- Bert -</span></div><br class="Apple-interchange-newline"></span>
</div>
<br></body></html>