------ art_128366_9468838.1166075302077 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Morton. I did read date/format.rb and in 1.8.4 (what I'm running) it supports the %s format which I believe is supposed to represent the number of seconds since 1/1/1970. The number I'm passing in represents the number of seconds since 1/1/1970. On 13/12/06, Morton Goldberg <m_goldberg / ameritech.net> wrote: > > On Dec 13, 2006, at 7:03 PM, Matt G. wrote: > > > Sorry for posting a beginner question here, but it seems like date/ > > format.rb > > is missing documentation on ruby-doc.org. > > > > So, the question is, why does this code not work? (I'm using > > ruby-1.8.4) > > > > irb(main):001:0> require 'date' > >