On 8/10/05, Chris Morris <the.chrismo / gmail.com> wrote: > I'm assuming Time.now.iso8601 should work? Do I have a muffed > installation maybe? Do I have a muffed brain? :-) Any other ideas? > irb(main):001:0> Time.now.iso8601 NoMethodError: undefined method `iso8601' for Wed Aug 10 13:29:36 GMT-6:00 2005: Time from (irb):1 irb(main):002:0> require 'time' => true irb(main):003:0> Time.now.iso8601 => "2005-08-10T13:29:39-05:00"