<?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: Working With Time Zones in PHP</title>
	<atom:link href="http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/</link>
	<description>Web development blog from UltraMega Tech.</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:49:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-1105</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 02 Jan 2010 18:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-1105</guid>
		<description>Awesome, this has solved a big headache for me. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome, this has solved a big headache for me. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raul david</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-420</link>
		<dc:creator>raul david</dc:creator>
		<pubDate>Thu, 05 Nov 2009 16:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-420</guid>
		<description>Thanks for this, I&#039;ve been looking for it for a long time.</description>
		<content:encoded><![CDATA[<p>Thanks for this, I&#8217;ve been looking for it for a long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-410</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 26 Oct 2009 12:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-410</guid>
		<description>Brilliant how-to; great work!</description>
		<content:encoded><![CDATA[<p>Brilliant how-to; great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-236</link>
		<dc:creator>web</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-236</guid>
		<description>saved me hours of work</description>
		<content:encoded><![CDATA[<p>saved me hours of work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UltraMega</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-59</link>
		<dc:creator>UltraMega</dc:creator>
		<pubDate>Fri, 10 Jul 2009 19:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-59</guid>
		<description>@liamdawe
The US based time zones are listed first for convenience. You can remove those or replace them with your site&#039;s local time zones. Also, all the time zones are from the article listed in the sources.

@digitalpbk
Yes, but you also have to account for daylight savings time, which it different in each time zone. This method automatically handles all the factors involved.</description>
		<content:encoded><![CDATA[<p>@liamdawe<br />
The US based time zones are listed first for convenience. You can remove those or replace them with your site&#8217;s local time zones. Also, all the time zones are from the article listed in the sources.</p>
<p>@digitalpbk<br />
Yes, but you also have to account for daylight savings time, which it different in each time zone. This method automatically handles all the factors involved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digitalpbk</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-58</link>
		<dc:creator>digitalpbk</dc:creator>
		<pubDate>Fri, 10 Jul 2009 03:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-58</guid>
		<description>is it easier to just add or subtract the timezone offsets ?</description>
		<content:encoded><![CDATA[<p>is it easier to just add or subtract the timezone offsets ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liamdawe</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-55</link>
		<dc:creator>liamdawe</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-55</guid>
		<description>Why are the first load seperated from the foreach loop? You have done this very differently to phpbb they seem to have a +14 as well as +10.30 and such.</description>
		<content:encoded><![CDATA[<p>Why are the first load seperated from the foreach loop? You have done this very differently to phpbb they seem to have a +14 as well as +10.30 and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UltraMega</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-53</link>
		<dc:creator>UltraMega</dc:creator>
		<pubDate>Sat, 27 Jun 2009 17:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-53</guid>
		<description>If you use DateTime with DateTimeZone, it will handle the DST conversion. So if you use the method in this tutorial, DST will be accounted for. Just make sure your timezone database is up to date in case the DST rules change, you can updated it using PECL&#039;s &lt;a href=&quot;http://pecl.php.net/package/timezonedb&quot; rel=&quot;nofollow&quot;&gt;timezonedb&lt;/a&gt;. Hope that helps.</description>
		<content:encoded><![CDATA[<p>If you use DateTime with DateTimeZone, it will handle the DST conversion. So if you use the method in this tutorial, DST will be accounted for. Just make sure your timezone database is up to date in case the DST rules change, you can updated it using PECL&#8217;s <a href="http://pecl.php.net/package/timezonedb" rel="nofollow">timezonedb</a>. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sjan Evardsson</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-52</link>
		<dc:creator>Sjan Evardsson</dc:creator>
		<pubDate>Sat, 27 Jun 2009 05:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-52</guid>
		<description>Question: Do you have any simple ideas on how to deal with Daylight Saving Time? Since they are different everywhere it turns into a major hassle quickly. I don&#039;t have any examples of how-to off-hand, as I hav so far been lucky enough to avoid it.</description>
		<content:encoded><![CDATA[<p>Question: Do you have any simple ideas on how to deal with Daylight Saving Time? Since they are different everywhere it turns into a major hassle quickly. I don&#8217;t have any examples of how-to off-hand, as I hav so far been lucky enough to avoid it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W*A*L*T*E*R</title>
		<link>http://www.ultramegatech.com/blog/2009/04/working-with-time-zones-in-php/comment-page-1/#comment-34</link>
		<dc:creator>W*A*L*T*E*R</dc:creator>
		<pubDate>Tue, 05 May 2009 10:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=337#comment-34</guid>
		<description>[...] Working With Time Zones in PHP &#124; UltraMega [...]</description>
		<content:encoded><![CDATA[<p>[...] Working With Time Zones in PHP | UltraMega [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
