<?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"
	>
<channel>
	<title>Comments on: MySQL Timezone Create Table SQL Script</title>
	<atom:link href="http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/</link>
	<description>Bitter Hermit Finds Computer</description>
	<pubDate>Wed, 07 Jan 2009 11:14:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Craig Sturman</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-10369</link>
		<dc:creator>Craig Sturman</dc:creator>
		<pubDate>Wed, 23 Apr 2008 18:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-10369</guid>
		<description>Cheers.  Very handy.  I added it to StumbleUpon.</description>
		<content:encoded><![CDATA[<p>Cheers.  Very handy.  I added it to StumbleUpon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-7049</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Tue, 04 Dec 2007 13:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-7049</guid>
		<description>Great job... I was about to make one myself, but this is soooo much easier.  Exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Great job&#8230; I was about to make one myself, but this is soooo much easier.  Exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikk</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-6624</link>
		<dc:creator>nikk</dc:creator>
		<pubDate>Wed, 31 Oct 2007 09:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-6624</guid>
		<description>Thanks man. so grateful.</description>
		<content:encoded><![CDATA[<p>Thanks man. so grateful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-4868</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Fri, 20 Apr 2007 16:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-4868</guid>
		<description>Bless you!!!

This saved me alot of work!!!</description>
		<content:encoded><![CDATA[<p>Bless you!!!</p>
<p>This saved me alot of work!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hussein</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-3636</link>
		<dc:creator>hussein</dc:creator>
		<pubDate>Sun, 10 Sep 2006 07:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-3636</guid>
		<description>thanks a lot.

I was searching for a long time before stumbling onto this.</description>
		<content:encoded><![CDATA[<p>thanks a lot.</p>
<p>I was searching for a long time before stumbling onto this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-1181</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Thu, 08 Sep 2005 17:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-1181</guid>
		<description>Thank you so much for this table! I was searching for a long time before stumbling onto this. 

THANK YOU!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this table! I was searching for a long time before stumbling onto this. </p>
<p>THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Foushee</title>
		<link>http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-1035</link>
		<dc:creator>Sean Foushee</dc:creator>
		<pubDate>Sat, 02 Jul 2005 21:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.crackistan.com/archives/2005/04/19/25/mysql-timezone-create-table-sql-script/#comment-1035</guid>
		<description>Thank you for compiling these timezones.  I did make one addition to the table to include a modifier to determine if the timezone's user might want DST checking (simple 0 or 1 in a new field marked dst).  I use this with a javascript function to display a 'Use DST' checkbox when the user clicks on one of the corresponding timezone.</description>
		<content:encoded><![CDATA[<p>Thank you for compiling these timezones.  I did make one addition to the table to include a modifier to determine if the timezone&#8217;s user might want DST checking (simple 0 or 1 in a new field marked dst).  I use this with a javascript function to display a &#8216;Use DST&#8217; checkbox when the user clicks on one of the corresponding timezone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
