Rails time_ago_in_words producing bad output
问题 I thought this might be due to moving to activesupport 2.3.5 but now I believe something else must have happened. Model has a valid rfc822 style date: >> s.lastVisitDate => "Thu, 06 Jan 2011 22:24:10 -0800" But in my view: <%=h time_ago_in_words(@site.lastVisitDate) -%> renders: *about {{count}} hours ago* instead of: *about 2 hours ago* which was working just fine earlier. Wondering if anyone else has seen this behavior. I've reviewed my version history for the model and view and nothing has