<?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: MySQL gotcha using BETWEEN with dates</title>
	<atom:link href="http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/</link>
	<description>Stuff and nonsense about software development and whatever else I find fun...</description>
	<lastBuildDate>Sat, 17 Jul 2010 21:29:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom Fuller</title>
		<link>http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/comment-page-1/#comment-136339</link>
		<dc:creator>Tom Fuller</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/#comment-136339</guid>
		<description>Great post - thanks! I ended up using a slightly different approach:

SELECT * FROM table WHERE UNIX_TIMESTAMP(col1) &gt; UNIX_TIMESTAMP(userentry)

This gave me two numbers to do math from rather than dates to compare.</description>
		<content:encoded><![CDATA[<p>Great post &#8211; thanks! I ended up using a slightly different approach:</p>
<p>SELECT * FROM table WHERE UNIX_TIMESTAMP(col1) &gt; UNIX_TIMESTAMP(userentry)</p>
<p>This gave me two numbers to do math from rather than dates to compare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/comment-page-1/#comment-135592</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 06 Jan 2009 15:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/#comment-135592</guid>
		<description>Just saved me a lot of time. THANKS</description>
		<content:encoded><![CDATA[<p>Just saved me a lot of time. THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Svetoslav</title>
		<link>http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/comment-page-1/#comment-77125</link>
		<dc:creator>Svetoslav</dc:creator>
		<pubDate>Sun, 18 Nov 2007 19:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dixo.net/2007/11/16/mysql-gotcha-using-between-with-dates/#comment-77125</guid>
		<description>Hi,

sometimes there are tiny little things that may *eat* your day.

thanks for sharing.

Slavi</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>sometimes there are tiny little things that may *eat* your day.</p>
<p>thanks for sharing.</p>
<p>Slavi</p>
]]></content:encoded>
	</item>
</channel>
</rss>
