<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bubble Foundry &#187; datetime</title>
	<atom:link href="http://www.bubblefoundry.com/blog/tag/datetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bubblefoundry.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 18:23:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://www.bubblefoundry.com/?pushpress=hub'/>
		<item>
		<title>Simple Fun with Python&#8217;s Datetime Libraries</title>
		<link>http://www.bubblefoundry.com/blog/2009/09/simple-fun-with-pythons-datetime-libraries/</link>
		<comments>http://www.bubblefoundry.com/blog/2009/09/simple-fun-with-pythons-datetime-libraries/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 01:17:31 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.bubblefoundry.com/?p=275</guid>
		<description><![CDATA[My Apple iPhone Developer account expires in 56 days, so I wanted to know what expiration date I should mark in my calendar. Here&#8217;s how I calculated it from the Python console: &#62;&#62;&#62; import datetime &#62;&#62;&#62; datetime.date.today() + datetime.timedelta(days=56) datetime.date(2009, 11, 8)]]></description>
			<content:encoded><![CDATA[<p>My Apple iPhone Developer account expires in 56 days, so I wanted to know what expiration date I should mark in my calendar. Here&#8217;s how I calculated it from the Python console:</p>
<p><code>&gt;&gt;&gt; import datetime<br />
&gt;&gt;&gt; datetime.date.today() + datetime.timedelta(days=56)<br />
datetime.date(2009, 11, 8)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bubblefoundry.com/blog/2009/09/simple-fun-with-pythons-datetime-libraries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

