<?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: A guide to Java SimpleDateFormat in examples</title>
	<atom:link href="http://www.javablogging.com/java-simpledateformat-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com/java-simpledateformat-examples/</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:43:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lava</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-20917</link>
		<dc:creator>Lava</dc:creator>
		<pubDate>Wed, 21 Dec 2011 18:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-20917</guid>
		<description>In your example &#039;Setting the Default Time Zone&#039; you set it to PST but the result was still printed in (translated) GMT.  How can one get it to print in PST also?</description>
		<content:encoded><![CDATA[<p>In your example &#8216;Setting the Default Time Zone&#8217; you set it to PST but the result was still printed in (translated) GMT.  How can one get it to print in PST also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lm</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-19847</link>
		<dc:creator>lm</dc:creator>
		<pubDate>Tue, 08 Nov 2011 11:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-19847</guid>
		<description>use FastDateFormate from apache - for thread safe.</description>
		<content:encoded><![CDATA[<p>use FastDateFormate from apache &#8211; for thread safe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuomas</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-15809</link>
		<dc:creator>tuomas</dc:creator>
		<pubDate>Sat, 24 Sep 2011 08:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-15809</guid>
		<description>Thanks, SimpleDateFormat constructor and Locale.ROOT as parameter makes it works (same format string) :D !</description>
		<content:encoded><![CDATA[<p>Thanks, SimpleDateFormat constructor and Locale.ROOT as parameter makes it works (same format string) <img src='http://www.javablogging.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-12517</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 23 Jul 2011 11:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-12517</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyWebsolution</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-3520</link>
		<dc:creator>MyWebsolution</dc:creator>
		<pubDate>Mon, 09 Aug 2010 21:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-3520</guid>
		<description>Yeah thx, nice overview.</description>
		<content:encoded><![CDATA[<p>Yeah thx, nice overview.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muneeswaran</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-2182</link>
		<dc:creator>Muneeswaran</dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-2182</guid>
		<description>Great work which yields me great knowledge on SimpleDateFomat.</description>
		<content:encoded><![CDATA[<p>Great work which yields me great knowledge on SimpleDateFomat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java bookmark links, Nov 2009 – Week3 &#124; bookmark-link</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-1114</link>
		<dc:creator>Java bookmark links, Nov 2009 – Week3 &#124; bookmark-link</dc:creator>
		<pubDate>Fri, 20 Nov 2009 23:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-1114</guid>
		<description>[...] 17 Nov 09 &#8211; ppow&#8217;s detail guide to Java SimpleDateFormat in [...]</description>
		<content:encoded><![CDATA[<p>[...] 17 Nov 09 &#8211; ppow&#8217;s detail guide to Java SimpleDateFormat in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous Coward</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-1091</link>
		<dc:creator>Anonymous Coward</dc:creator>
		<pubDate>Wed, 18 Nov 2009 18:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-1091</guid>
		<description>Yes, SimpleDateFormat is NOT thread-safe, even if you synchronize externally, because the Calendar field in DateFormat is mutated when being serialized.
I recommend not using DateFormat and Calendar at all and instead use Joda-Time http://joda-time.sourceforge.net/ which is properly thread-safe, etc.</description>
		<content:encoded><![CDATA[<p>Yes, SimpleDateFormat is NOT thread-safe, even if you synchronize externally, because the Calendar field in DateFormat is mutated when being serialized.<br />
I recommend not using DateFormat and Calendar at all and instead use Joda-Time <a href="http://joda-time.sourceforge.net/" rel="nofollow">http://joda-time.sourceforge.net/</a> which is properly thread-safe, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention JavaBlogging » A guide to Java SimpleDateFormat in examples -- Topsy.com</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-1089</link>
		<dc:creator>Tweets that mention JavaBlogging » A guide to Java SimpleDateFormat in examples -- Topsy.com</dc:creator>
		<pubDate>Wed, 18 Nov 2009 17:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-1089</guid>
		<description>[...] This post was mentioned on Twitter by javaMexico.org, OcasoProtal. OcasoProtal said: A guide to #Java SimpleDateFormat in examples: http://www.javablogging.com/java-simpledateformat-examples/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by javaMexico.org, OcasoProtal. OcasoProtal said: A guide to #Java SimpleDateFormat in examples: <a href="http://www.javablogging.com/java-simpledateformat-examples/" rel="nofollow">http://www.javablogging.com/java-simpledateformat-examples/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cowardlydragon</title>
		<link>http://www.javablogging.com/java-simpledateformat-examples/comment-page-1/#comment-1088</link>
		<dc:creator>cowardlydragon</dc:creator>
		<pubDate>Wed, 18 Nov 2009 16:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=992#comment-1088</guid>
		<description>Is SimpleDateFormat still obnoxiously not thread-safe? 

I have heard from many sources not to use this and use the Apache Date/Time libraries...</description>
		<content:encoded><![CDATA[<p>Is SimpleDateFormat still obnoxiously not thread-safe? </p>
<p>I have heard from many sources not to use this and use the Apache Date/Time libraries&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

