<?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"
	>
<channel>
	<title>Comments on: Ruby and Date classes</title>
	<atom:link href="http://oregonstate.edu/%7Ereeset/blog/archives/399/feed" rel="self" type="application/rss+xml" />
	<link>http://oregonstate.edu/~reeset/blog/archives/399</link>
	<description>On my work (programming, digital libraries, cataloging) and other stuff that perks my interest (family, cycling, etc)</description>
	<pubDate>Sat, 30 Aug 2008 12:22:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: I. Couto</title>
		<link>http://oregonstate.edu/~reeset/blog/archives/399#comment-105179</link>
		<dc:creator>I. Couto</dc:creator>
		<pubDate>Sat, 03 Nov 2007 07:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://oregonstate.edu/~reeset/blog/archives/399#comment-105179</guid>
		<description>It seems, that Time can only deal with dates starting from 1970, while Date and DateTime, although a lot more complex, can deal with practically any date.

As an example, if you want to calculate the age of someone born in 1969 or before, you may have to use Date or DateTime.</description>
		<content:encoded><![CDATA[<p>It seems, that Time can only deal with dates starting from 1970, while Date and DateTime, although a lot more complex, can deal with practically any date.</p>
<p>As an example, if you want to calculate the age of someone born in 1969 or before, you may have to use Date or DateTime.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
