<?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>Xor News &#187; Linux</title>
	<atom:link href="http://www.flester.com/blog/category/computers/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flester.com/blog</link>
	<description>You can't have it both ways</description>
	<lastBuildDate>Sat, 30 Jul 2011 12:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Converting date formats</title>
		<link>http://www.flester.com/blog/2008/05/01/converting-date-formats</link>
		<comments>http://www.flester.com/blog/2008/05/01/converting-date-formats#comments</comments>
		<pubDate>Thu, 01 May 2008 14:46:53 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.flester.com/blog/2008/05/01/converting-date-formats</guid>
		<description><![CDATA[I can&#8217;t believe this never occurred to me before. Use GNU date(1) to convert between various date formats mike% date '+%Y%j' -d 20080430 2008121 And for moving a date around in time mike% date '+%Y%j' -d yesterday 2008121 Sweet.]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t believe this never occurred to me before. Use GNU date(1) to convert between various date formats</p>
<pre>
<code>
   mike% date '+%Y%j' -d 20080430
   2008121
</code>
</pre>
<p>And for moving a date around in time</p>
<pre>
<code>
  mike% date '+%Y%j' -d yesterday
  2008121
</code>
</pre>
<p>Sweet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flester.com/blog/2008/05/01/converting-date-formats/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

