<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: When Ruby goes wrong</title>
	<atom:link href="http://blog.carlmercier.com/2008/05/21/when-ruby-goes-wrong/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.carlmercier.com/2008/05/21/when-ruby-goes-wrong/</link>
	<description>me = entrepreneur + hacker;</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:25:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Carl Mercier</title>
		<link>http://blog.carlmercier.com/2008/05/21/when-ruby-goes-wrong/comment-page-1/#comment-12270</link>
		<dc:creator>Carl Mercier</dc:creator>
		<pubDate>Wed, 21 May 2008 17:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=123#comment-12270</guid>
		<description>That&#039;s the first thing we thought it was, but it turned out to be the way we were doing the comparison.

It was not a big problem, but the output seemed funny enough to post here :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s the first thing we thought it was, but it turned out to be the way we were doing the comparison.</p>
<p>It was not a big problem, but the output seemed funny enough to post here <img src='http://blog.carlmercier.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://blog.carlmercier.com/2008/05/21/when-ruby-goes-wrong/comment-page-1/#comment-12269</link>
		<dc:creator>Tim Harper</dc:creator>
		<pubDate>Wed, 21 May 2008 17:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=123#comment-12269</guid>
		<description>I&#039;ve run into this before, and ended up rendering the dates to a string and then comparing them.

Weird...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run into this before, and ended up rendering the dates to a string and then comparing them.</p>
<p>Weird&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: François Beauosleil</title>
		<link>http://blog.carlmercier.com/2008/05/21/when-ruby-goes-wrong/comment-page-1/#comment-12268</link>
		<dc:creator>François Beauosleil</dc:creator>
		<pubDate>Wed, 21 May 2008 16:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.carlmercier.com/?p=123#comment-12268</guid>
		<description>Of course it is!  The problem is that the displayed precision is different from the one used to do the comparison.  In this case, you can compare using (Time.now - expected_time) &lt; 1, or use a block to set Time.now to return canned values.  Hope that helps!</description>
		<content:encoded><![CDATA[<p>Of course it is!  The problem is that the displayed precision is different from the one used to do the comparison.  In this case, you can compare using (Time.now &#8211; expected_time) &lt; 1, or use a block to set Time.now to return canned values.  Hope that helps!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

