<?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>VoIP - Asterisk e appunti sparsi &#187; mysql</title>
	<atom:link href="http://voip.f0ff0.org/tag/mysql-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://voip.f0ff0.org</link>
	<description>Linux, Asterisk, OpenSource ed altro (for dummies)</description>
	<lastBuildDate>Tue, 16 Jun 2015 12:25:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>MySQL, convertire unixtime in timestamp</title>
		<link>http://voip.f0ff0.org/mysql_convertire_unixtime_timestamp/</link>
		<comments>http://voip.f0ff0.org/mysql_convertire_unixtime_timestamp/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 21:01:27 +0000</pubDate>
		<dc:creator>f0ff0</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://voip.f0ff0.org/?p=186</guid>
		<description><![CDATA[Quando si eseguono integrazioni software o più semplicemente si interviene direttamente su database esistenti, ci si può imbattere in tabelle MySQL con campi contenenti timestamp in formato unixtime. Il formato Unixtime, tipico dei sistemi Unix e Unix-like come Linux o MacOSX, rappresenta il tempo come offset in secondi rispetto alla mezzanotte del 1 gennaio 1970 [...]]]></description>
			<content:encoded><![CDATA[<p>Quando si eseguono integrazioni software o più semplicemente si interviene direttamente su database esistenti, ci si può imbattere in tabelle MySQL con campi contenenti timestamp in formato unixtime.</p>
<p>Il formato Unixtime, tipico dei sistemi Unix e Unix-like come Linux o MacOSX, rappresenta il tempo come offset in secondi rispetto alla mezzanotte del 1 gennaio 1970 (UTC).</p>
<p>Per convertire una data UnixTime in Timestamp in MySQL basta eseguire una semplice query come la seguente:</p>
<p><code><br />
-- MySQL convertire data UnixTime Timestamp<br />
SELECT TIMESTAMP(FROM_UNIXTIME(campo_unixtime)) FROM tabella;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://voip.f0ff0.org/mysql_convertire_unixtime_timestamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
