<?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: Learning how to calculate with date and time in Python</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Thu, 09 Feb 2012 17:55:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: women</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-452649</link>
		<dc:creator>women</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-452649</guid>
		<description>Hmm it appears like your site ate my first comment (it was extremely long) so I guess I'll just sum it up what I had written and say, I'm thoroughly enjoying your blog. I as well am an aspiring blog blogger but I'm still new to everything. Do you have any recommendations for rookie blog writers? I'd definitely appreciate it.</description>
		<content:encoded><![CDATA[<p>Hmm it appears like your site ate my first comment (it was extremely long) so I guess I&#8217;ll just sum it up what I had written and say, I&#8217;m thoroughly enjoying your blog. I as well am an aspiring blog blogger but I&#8217;m still new to everything. Do you have any recommendations for rookie blog writers? I&#8217;d definitely appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-435715</link>
		<dc:creator>Jakub</dc:creator>
		<pubDate>Thu, 01 Sep 2011 11:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-435715</guid>
		<description>Thanks for the very helpful post!</description>
		<content:encoded><![CDATA[<p>Thanks for the very helpful post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reginald</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-434279</link>
		<dc:creator>Reginald</dc:creator>
		<pubDate>Wed, 10 Aug 2011 14:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-434279</guid>
		<description>Nice post.
Just didn't find the now() method. In order to get an object representing the current day I had to call datetime.date.today().</description>
		<content:encoded><![CDATA[<p>Nice post.<br />
Just didn&#8217;t find the now() method. In order to get an object representing the current day I had to call datetime.date.today().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raja</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-428377</link>
		<dc:creator>Raja</dc:creator>
		<pubDate>Sat, 21 May 2011 22:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-428377</guid>
		<description>Fantastic explanation.. Great job..</description>
		<content:encoded><![CDATA[<p>Fantastic explanation.. Great job..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fj</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-412525</link>
		<dc:creator>fj</dc:creator>
		<pubDate>Thu, 30 Sep 2010 11:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-412525</guid>
		<description>Thank you very much for this post, it has made time arithmetic very clear. With your examples I was able to refactor some very hackish code I am currently writing with just a single line.</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post, it has made time arithmetic very clear. With your examples I was able to refactor some very hackish code I am currently writing with just a single line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Holdsworth</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-404822</link>
		<dc:creator>Brian Holdsworth</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-404822</guid>
		<description>Thanks for the post.  This saved me some time by providing just what I needed to know in a concise manner and with plenty of examples.</description>
		<content:encoded><![CDATA[<p>Thanks for the post.  This saved me some time by providing just what I needed to know in a concise manner and with plenty of examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-400045</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 22 Sep 2009 04:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-400045</guid>
		<description>Thanks a lot for the concise, clear examples. The python docs have some examples but for timedelta they left a lot to be desired for me. Thanks again.
Joe</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the concise, clear examples. The python docs have some examples but for timedelta they left a lot to be desired for me. Thanks again.<br />
Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chad</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-265558</link>
		<dc:creator>chad</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-265558</guid>
		<description>Great stuff, thanks for sharing, this keeps me from having to use mx.DateTime!</description>
		<content:encoded><![CDATA[<p>Great stuff, thanks for sharing, this keeps me from having to use mx.DateTime!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolstar</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-244028</link>
		<dc:creator>coolstar</dc:creator>
		<pubDate>Fri, 18 Jul 2008 15:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-244028</guid>
		<description>thanks of gr8 help :)</description>
		<content:encoded><![CDATA[<p>thanks of gr8 help <img src='http://wolfram.kriesing.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stillatmycomputer</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python/comment-page-1#comment-191946</link>
		<dc:creator>stillatmycomputer</dc:creator>
		<pubDate>Wed, 14 May 2008 01:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2006/learning-how-to-calculate-with-date-and-time-in-python#comment-191946</guid>
		<description>Great post</description>
		<content:encoded><![CDATA[<p>Great post</p>
]]></content:encoded>
	</item>
</channel>
</rss>

