<?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: 20.weeks.ago vs. java.util.Calendar</title>
	<atom:link href="http://almaer.com/blog/20weeksago-vs-javautilcalendar/feed" rel="self" type="application/rss+xml" />
	<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar</link>
	<description>blogging about life, the universe, and everything tech</description>
	<lastBuildDate>Sat, 08 Sep 2012 07:06:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jim</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-37663</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Mon, 17 Dec 2007 13:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-37663</guid>
		<description>I am unable to find any feature that joda time has that java Date  + java Calendar (+ a couple of Util classes easily obtainable) have.  Personally, most of the complaints I see about java Date (and associated Calendar) are API related complaints (having to do with complexity (or perceived complexity) of the classes) and not with correctness.
I am unable to find in the internet a ** single bug ** in the java Date + Time implementations that justifies joda.  
Now, what I AM worried about is just who are the people who implement Joda and why should I trust a rather complex date/Calendar logic to a bunch of volunteers?</description>
		<content:encoded><![CDATA[<p>I am unable to find any feature that joda time has that java Date  + java Calendar (+ a couple of Util classes easily obtainable) have.  Personally, most of the complaints I see about java Date (and associated Calendar) are API related complaints (having to do with complexity (or perceived complexity) of the classes) and not with correctness.<br />
I am unable to find in the internet a ** single bug ** in the java Date + Time implementations that justifies joda.<br />
Now, what I AM worried about is just who are the people who implement Joda and why should I trust a rather complex date/Calendar logic to a bunch of volunteers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-29548</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Fri, 21 Apr 2006 09:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-29548</guid>
		<description>Java Calendar Component:
http://www.yaodownload.com/software-development/components-libraries/java-calendar/
</description>
		<content:encoded><![CDATA[<p>Java Calendar Component:<br />
<a href="http://www.yaodownload.com/software-development/components-libraries/java-calendar/" rel="nofollow">http://www.yaodownload.com/software-development/components-libraries/java-calendar/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al Koscielny</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-29547</link>
		<dc:creator>Al Koscielny</dc:creator>
		<pubDate>Wed, 07 Dec 2005 12:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-29547</guid>
		<description>See &quot;Using the Ruby Development Tools plug-in for Eclipse&quot; at http://www-128.ibm.com/developerworks/opensource/library/os-rubyeclipse/?ca=dgr-lnxw01Ruby4Eclipse

A URL for the plugin is http://sourceforge.net/projects/rubyeclipse.
</description>
		<content:encoded><![CDATA[<p>See &#8220;Using the Ruby Development Tools plug-in for Eclipse&#8221; at <a href="http://www-128.ibm.com/developerworks/opensource/library/os-rubyeclipse/?ca=dgr-lnxw01Ruby4Eclipse" rel="nofollow">http://www-128.ibm.com/developerworks/opensource/library/os-rubyeclipse/?ca=dgr-lnxw01Ruby4Eclipse</a></p>
<p>A URL for the plugin is <a href="http://sourceforge.net/projects/rubyeclipse" rel="nofollow">http://sourceforge.net/projects/rubyeclipse</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-29546</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Mon, 05 Dec 2005 19:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-29546</guid>
		<description>Is there a ruby ide that can tell you all these things while you are typing?

Now that I&#039;ve gone eclipse, I cannot go back.
</description>
		<content:encoded><![CDATA[<p>Is there a ruby ide that can tell you all these things while you are typing?</p>
<p>Now that I&#8217;ve gone eclipse, I cannot go back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Laforge</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-29545</link>
		<dc:creator>Guillaume Laforge</dc:creator>
		<pubDate>Mon, 05 Dec 2005 18:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-29545</guid>
		<description>Hey, this is cool!
That&#039;d be a worthy addition to Groovy since we can do the same cool tricks ;-)
You should add a JIRA ticket about that!
</description>
		<content:encoded><![CDATA[<p>Hey, this is cool!<br />
That&#8217;d be a worthy addition to Groovy since we can do the same cool tricks ;-)<br />
You should add a JIRA ticket about that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Heller</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-29544</link>
		<dc:creator>Thomas Heller</dc:creator>
		<pubDate>Mon, 05 Dec 2005 17:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-29544</guid>
		<description>Just be careful where/when you use such syntax sugar. 3.month.from_now for example equals 90 days from now not exactly 3 month. I agree that such little helpers are fun to use but when it comes to date manipulation the-hard-way (timezones, conversions, etc) you really wish for java.util.Calendar cause its actually good at it. Joda is also really good (even better actually).
</description>
		<content:encoded><![CDATA[<p>Just be careful where/when you use such syntax sugar. 3.month.from_now for example equals 90 days from now not exactly 3 month. I agree that such little helpers are fun to use but when it comes to date manipulation the-hard-way (timezones, conversions, etc) you really wish for java.util.Calendar cause its actually good at it. Joda is also really good (even better actually).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadeem</title>
		<link>http://almaer.com/blog/20weeksago-vs-javautilcalendar/comment-page-1#comment-29543</link>
		<dc:creator>Nadeem</dc:creator>
		<pubDate>Mon, 05 Dec 2005 16:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://almaer.com/blog2/20weeksago-vs-javautilcalendar#comment-29543</guid>
		<description>You can do similar things with Joda in Java.
</description>
		<content:encoded><![CDATA[<p>You can do similar things with Joda in Java.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
