<?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: Web Development: A brief history of time()</title>
	<atom:link href="http://www.ghacks.net/2009/01/05/web-development-a-brief-history-of-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/01/05/web-development-a-brief-history-of-time/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 08:08:06 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gokudomatic</title>
		<link>http://www.ghacks.net/2009/01/05/web-development-a-brief-history-of-time/#comment-597020</link>
		<dc:creator>gokudomatic</dc:creator>
		<pubDate>Mon, 05 Jan 2009 17:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9579#comment-597020</guid>
		<description>time() is a very necessary function that every languages should have an equivalent.
Note: in javascript (for AJAX context), it would be new Date().getTime() but it&#039;s in milliseconds instead of seconds.
In mysql, the queries handling that epoch time must use from_unixtime function and unix_timestamp, which are luckily in seconds like in PHP.

Going via epoch timestamp is a requisite when you don&#039;t want to have to consider timezones and summer time shift.</description>
		<content:encoded><![CDATA[<p>time() is a very necessary function that every languages should have an equivalent.<br />
Note: in javascript (for AJAX context), it would be new Date().getTime() but it&#8217;s in milliseconds instead of seconds.<br />
In mysql, the queries handling that epoch time must use from_unixtime function and unix_timestamp, which are luckily in seconds like in PHP.</p>
<p>Going via epoch timestamp is a requisite when you don&#8217;t want to have to consider timezones and summer time shift.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Pataki</title>
		<link>http://www.ghacks.net/2009/01/05/web-development-a-brief-history-of-time/#comment-596581</link>
		<dc:creator>Daniel Pataki</dc:creator>
		<pubDate>Mon, 05 Jan 2009 12:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9579#comment-596581</guid>
		<description>Hi rruben!

Thanks for the complement :) I hope I&#039;ll always be giving away some usable stuff, there are some even more beginner oriented things on the way too!</description>
		<content:encoded><![CDATA[<p>Hi rruben!</p>
<p>Thanks for the complement :) I hope I&#8217;ll always be giving away some usable stuff, there are some even more beginner oriented things on the way too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rruben</title>
		<link>http://www.ghacks.net/2009/01/05/web-development-a-brief-history-of-time/#comment-596470</link>
		<dc:creator>rruben</dc:creator>
		<pubDate>Mon, 05 Jan 2009 11:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=9579#comment-596470</guid>
		<description>Great post!

Whether the PHP articles stay here or move somewhere else, I will probably be a regular reader if the tips stay as great as this one ;)</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>Whether the PHP articles stay here or move somewhere else, I will probably be a regular reader if the tips stay as great as this one ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
