<?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: WordPress 2.9 &#8211; When&#8217;s the Time Zone Set?</title>
	<atom:link href="http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:40:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Simon Tsui // WordPress 2.9.1 fails to address time zone problem</title>
		<link>http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56688</link>
		<dc:creator>Simon Tsui // WordPress 2.9.1 fails to address time zone problem</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/?p=6610#comment-56688</guid>
		<description>[...] the advice that I used from NSLog();&#039;s post about WordPress still [...]</description>
		<content:encoded><![CDATA[<p>[...] the advice that I used from NSLog();&#39;s post about WordPress still [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Tsui // Holiday RAGE: WordPress, 1&#38;1 and the Time Zone Problem</title>
		<link>http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56596</link>
		<dc:creator>Simon Tsui // Holiday RAGE: WordPress, 1&#38;1 and the Time Zone Problem</dc:creator>
		<pubDate>Wed, 30 Dec 2009 21:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/?p=6610#comment-56596</guid>
		<description>[...] time-zone settings within WordPress and it seemed correct. Today, I was referred to a blog post: WordPress 2.9 – When’s the Time Zone Set? which confirmed my suspicions AND resolved the [...]</description>
		<content:encoded><![CDATA[<p>[...] time-zone settings within WordPress and it seemed correct. Today, I was referred to a blog post: WordPress 2.9 – When’s the Time Zone Set? which confirmed my suspicions AND resolved the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Tsui</title>
		<link>http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56595</link>
		<dc:creator>Simon Tsui</dc:creator>
		<pubDate>Wed, 30 Dec 2009 19:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/?p=6610#comment-56595</guid>
		<description>Todd and Erik, you both are lifesavers! I spent the entire week fuming over my website&#039;s broken PHP script and calling 1&amp;1&#039;s Customer Service to complain that they screwed around with my domain&#039;s server.

They kept telling me that it was my own code&#039;s fault, and when I backtracked through the past week&#039;s events, I realized the WordPress 2.9 update occurred around then too. I had my suspicions about WordPress.</description>
		<content:encoded><![CDATA[<p>Todd and Erik, you both are lifesavers! I spent the entire week fuming over my website's broken PHP script and calling 1&amp;1's Customer Service to complain that they screwed around with my domain's server.</p>
<p>They kept telling me that it was my own code's fault, and when I backtracked through the past week's events, I realized the WordPress 2.9 update occurred around then too. I had my suspicions about WordPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik J. Barzeski</title>
		<link>http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56578</link>
		<dc:creator>Erik J. Barzeski</dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/?p=6610#comment-56578</guid>
		<description>[quote comment=&quot;56577&quot;]Comment out the &#039;if&#039; statement (lines 21 &amp; 22) in this file, and everything should work properly, without having to set the timezone in your header.[/quote]

That did it. Awesome. I wonder if they consider this a bug&#8230; I&#039;ll have to go check and will consider filing one. It&#039;ll be a real pain to change that every time a new version of WordPress comes out. (TRAC &lt;a href=&quot;http://core.trac.wordpress.org/ticket/11665&quot;&gt;#11665&lt;/a&gt;.)</description>
		<content:encoded><![CDATA[<p class="quote_header"><a  href="http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56577">Todd Brandys said</a> on December 29, 2009:</p>
<blockquote cite="http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56577"><p>
Comment out the 'if' statement (lines 21 &amp; 22) in this file, and everything should work properly, without having to set the timezone in your header.</p>
</blockquote>
<p>That did it. Awesome. I wonder if they consider this a bug&hellip; I'll have to go check and will consider filing one. It'll be a real pain to change that every time a new version of WordPress comes out. (TRAC <a  href="http://core.trac.wordpress.org/ticket/11665">#11665</a>.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Brandys</title>
		<link>http://nslog.com/2009/12/24/wordpress_29_when_is_time_zone_set#comment-56577</link>
		<dc:creator>Todd Brandys</dc:creator>
		<pubDate>Tue, 29 Dec 2009 18:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/?p=6610#comment-56577</guid>
		<description>I was having the same problem.  If you look in the wp-settings.php file, you&#039;ll find that the default timezone is set to &#039;UTC&#039;.  This is what is causing the time discrepancy.  Comment out the &#039;if&#039; statement (lines 21 &amp; 22) in this file, and everything should work properly, without having to set the timezone in your header.</description>
		<content:encoded><![CDATA[<p>I was having the same problem.  If you look in the wp-settings.php file, you'll find that the default timezone is set to 'UTC'.  This is what is causing the time discrepancy.  Comment out the 'if' statement (lines 21 &amp; 22) in this file, and everything should work properly, without having to set the timezone in your header.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

