<?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>Well, at least we got the duck. &#187; warning</title>
	<atom:link href="http://ingol.nl/blog/tag/warning/feed/" rel="self" type="application/rss+xml" />
	<link>http://ingol.nl/blog</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 09:48:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>TIP: Get rid of &#8220;It is not safe to rely on the system&#8217;s timezone settings.&#8221;</title>
		<link>http://ingol.nl/blog/2010/04/08/tip-get-rid-of-it-is-not-safe-to-rely-on-the-systems-timezone-settings/</link>
		<comments>http://ingol.nl/blog/2010/04/08/tip-get-rid-of-it-is-not-safe-to-rely-on-the-systems-timezone-settings/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 10:44:22 +0000</pubDate>
		<dc:creator>Onno</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[timezone]]></category>
		<category><![CDATA[warning]]></category>

		<guid isPermaLink="false">http://ingol.nl/blog/?p=370</guid>
		<description><![CDATA[Warning: strtotime() [function.strtotime]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely  [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Warning: strtotime() [function.strtotime]: It is not safe to rely on the system&#8217;s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier.</p></blockquote>
<p>; Copy this line into the php.ini<br />
; http://php.net/manual/en/timezones.php<br />
date.timezone = &#8220;Europe/Amsterdam&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://ingol.nl/blog/2010/04/08/tip-get-rid-of-it-is-not-safe-to-rely-on-the-systems-timezone-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

