<?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 datetime examples &#8211; first/last day of the year &#8211; dates and unix-times	</title>
	<atom:link href="https://blog.woodylabs.com/2011/11/mysql-datetime-examples-firstlast-day-of-the-year-dates-and-unix-times/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.woodylabs.com/2011/11/mysql-datetime-examples-firstlast-day-of-the-year-dates-and-unix-times/</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Tue, 13 Jan 2015 15:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Woody		</title>
		<link>https://blog.woodylabs.com/2011/11/mysql-datetime-examples-firstlast-day-of-the-year-dates-and-unix-times/comment-page-1/#comment-2379</link>

		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Fri, 24 Jan 2014 11:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=797#comment-2379</guid>

					<description><![CDATA[Cheers Andrejs :)]]></description>
			<content:encoded><![CDATA[<p>Cheers Andrejs 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrejs		</title>
		<link>https://blog.woodylabs.com/2011/11/mysql-datetime-examples-firstlast-day-of-the-year-dates-and-unix-times/comment-page-1/#comment-2376</link>

		<dc:creator><![CDATA[Andrejs]]></dc:creator>
		<pubDate>Tue, 21 Jan 2014 13:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=797#comment-2376</guid>

					<description><![CDATA[Alternative:

SELECT SUBDATE(MAKEDATE(YEAR(CURDATE()), 1), INTERVAL 1 DAY)]]></description>
			<content:encoded><![CDATA[<p>Alternative:</p>
<p>SELECT SUBDATE(MAKEDATE(YEAR(CURDATE()), 1), INTERVAL 1 DAY)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
