On Wed, 25 Oct 2006, Mike Nospam wrote: > Thanks Gavin. I did a lot of Smalltalk programming in the 90's, so Ruby > has a familiar, fun feel. > > I tried this already: > > t = Time.at(1161275493444) > puts t irb(main):003:0> Time.at(1161275493444 / 1000.0) => Thu Oct 19 11:31:33 CDT 2006 Kirk Haines