SyntaxFix
Write A Post
Hire A Developer
Questions
The default formatting is not very useful, in my opinion. I prefer ISO8601 as it's sortable, relatively compact and widely recognized:
>> require 'time' => true >> Time.now.utc.iso8601 => "2011-07-28T23:14:04Z"