<?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>Thirty-nine Steps &#187; Millennium bug</title>
	<atom:link href="http://gordon.martensonline.be/blog/tag/millennium-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://gordon.martensonline.be/blog</link>
	<description>My Personal Speaker's Corner. For Your Reading Pleasure.</description>
	<lastBuildDate>Mon, 09 Aug 2010 18:39:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>End of the world as we know it (Y2K38)</title>
		<link>http://gordon.martensonline.be/blog/2008/01/19/end-of-the-world-as-we-know-it-y2k38/</link>
		<comments>http://gordon.martensonline.be/blog/2008/01/19/end-of-the-world-as-we-know-it-y2k38/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 07:56:14 +0000</pubDate>
		<dc:creator>Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[In English]]></category>
		<category><![CDATA[Millennium bug]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[time_t]]></category>
		<category><![CDATA[Y2K]]></category>
		<category><![CDATA[Y2K38]]></category>

		<guid isPermaLink="false">http://gordon.martensonline.be/blog/2008/01/19/end-of-the-world-as-we-know-it-y2k38/</guid>
		<description><![CDATA[Time is NOT infinite, the end of time (and the world): January 19th, 2038 at exactly 03:14:07 (GMT). This is 30 years from now. Every IT geek must have heard this at least once in his/her career. They started counting time on a UNIX machine on January 1st, 1970 (being time=0) and have been adding [...]]]></description>
			<content:encoded><![CDATA[<p>Time is NOT infinite, the end of time (and the world): January 19th, 2038 at exactly 03:14:07 (GMT). This is 30 years from now.</p>
<p>Every IT geek must have heard this at least once in his/her career. They started counting time on a UNIX machine on January 1st, 1970 (being time=0) and have been adding one to the number every second, while storing it in a 32bit data type (<em>time_t</em>). This means that exactly 30 years from now, the <em>time_t</em> data type will run out of binary digits. <a href="http://en.wikipedia.org/wiki/Arithmetic_overflow">Overflow</a> will occur (time will &#8220;wrap around&#8221;), setting itself back by about 136 years, back to 1901. </p>
<p>This is known in the IT-world as &#8220;The UNIX Millennium Bug&#8221; or <a href="http://en.wikipedia.org/wiki/Y2K38">Y2K38</a>-problem. Hopefully this will not create such a hype as the previous Y2K (Millennium) bug, but nevertheless, we (all IT-ers) should start thinking about a solution to this problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://gordon.martensonline.be/blog/2008/01/19/end-of-the-world-as-we-know-it-y2k38/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
