<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,6 +37,11 @@ describe &quot;JsonPrinter&quot; do
       JsonPrinter.render(7).should == %{7}
     end
     
+    it &quot;should render times&quot; do
+      t = Time.at(946702800).utc
+      JsonPrinter.render(t).should == &quot;Sat Jan 01 05:00:00 UTC 2000&quot;
+    end
+    
     it &quot;should render arrays&quot; do
       JsonPrinter.render([:foo, :bar, :bat]).should ==
         %{[&quot;foo&quot;,\n} &lt;&lt;</diff>
      <filename>spec/json_printer_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dcf862b0d6a16533b8484456b75fbd40c059c236</id>
    </parent>
  </parents>
  <author>
    <name>Mark McGranaghan</name>
    <email>mmcgrana@gmail.com</email>
  </author>
  <url>http://github.com/techcrunch/json_printer/commit/fe7905772de8aabeb633ebbca19e35b56e8d691d</url>
  <id>fe7905772de8aabeb633ebbca19e35b56e8d691d</id>
  <committed-date>2008-08-28T12:18:40-07:00</committed-date>
  <authored-date>2008-08-28T12:18:40-07:00</authored-date>
  <message>Add spec for new Time rendering ability</message>
  <tree>257cf98a652318f2fd48f54fd50d35103bd26f27</tree>
  <committer>
    <name>Mark McGranaghan</name>
    <email>mmcgrana@gmail.com</email>
  </committer>
</commit>
