<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sentido Web &#187; timestamp</title>
	<atom:link href="http://sentidoweb.com/tag/timestamp/feed" rel="self" type="application/rss+xml" />
	<link>http://sentidoweb.com</link>
	<description>Desarrollo web, HTML, CSS, Javascript, PHP, MySQL</description>
	<lastBuildDate>Tue, 10 Apr 2012 01:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Curiosidades sobre TIMESTAMP en MySQL</title>
		<link>http://sentidoweb.com/2009/01/05/curiosidades-sobre-timestamp-en-mysql.php</link>
		<comments>http://sentidoweb.com/2009/01/05/curiosidades-sobre-timestamp-en-mysql.php#comments</comments>
		<pubDate>Mon, 05 Jan 2009 23:35:26 +0000</pubDate>
		<dc:creator>displaynone</dc:creator>
				<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://sentidoweb.com/2009/01/05/curiosidades-sobre-timestamp-en-mysql.php</guid>
		<description><![CDATA[Interesante lo que descubre uno sobre el TIMESTAMP en MySQL: Por defecto TIMESTAMP es NOT NULL, insertar un NULL hace que se almacene el DATETIME actual TIMESTAMP puede tener un valor entre &#8217;1970-01-01 00:00:01′ y &#8217;2038-01-19 03:14:07′ Solo la primera columna con NOT NULL puede tener por defecto la propiedad CURRENT_TIMESTAMP Cuando CURRENT_TIMESTAMP se indica [...]]]></description>
			<content:encoded><![CDATA[<p>Interesante lo que descubre uno sobre el TIMESTAMP en MySQL:</p>
<ul><li>Por defecto TIMESTAMP es NOT NULL, insertar un NULL hace que se almacene el DATETIME actual</li>
<li>TIMESTAMP puede tener un valor entre &#8217;1970-01-01 00:00:01′ y &#8217;2038-01-19 03:14:07′</li>
<li>Solo la primera columna con NOT NULL puede tener por defecto la propiedad CURRENT_TIMESTAMP</li>
<li>Cuando CURRENT_TIMESTAMP se indica como ON UPDATE esa columna no se actualiza si no hay cambios significativos (por ejemplo al hacer dos updates iguales)</li></ul>
<p><a href="http://www.haidongji.com/2009/01/04/interesting-things-about-timestamp-data-type-in-mysql/">Interesting things about TIMESTAMP data type in MySQL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sentidoweb.com/2009/01/05/curiosidades-sobre-timestamp-en-mysql.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

