I have a DateTime object in Rails which outputs like this when called:
ruby-1.8.7-p302 > Time.now
=> Wed Nov 10 16:46:51 -0800 2010
How do I convert the DateObject to return an XML datetime type string like this:
ruby-1.8.7-p302 > Time.now.convert_to_xml
=> 2010-11-10T16:46:51-08:00
