<?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: Relative time in PHP with flexible detail level</title>
	<atom:link href="http://www.ankur.com/blog/100/php/relative-time-php-flexible-detail-level/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ankur.com/blog/100/php/relative-time-php-flexible-detail-level/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=relative-time-php-flexible-detail-level</link>
	<description>PHP and javascript blog</description>
	<lastBuildDate>Sat, 20 Feb 2010 15:36:02 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ankur Motreja</title>
		<link>http://www.ankur.com/blog/100/php/relative-time-php-flexible-detail-level/comment-page-1/#comment-1205</link>
		<dc:creator>Ankur Motreja</dc:creator>
		<pubDate>Sat, 20 Feb 2010 15:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankur.com/blog/?p=100#comment-1205</guid>
		<description>Yes, that part isn&#039;t 100% accurate.
As you mentioned, getting it to work in all cases will require a lot of code.
Considering that the function is  used to take an exact time and make it an approximate time, I think that might be unnecessary extra work for most use cases.

If anyone has the time to correct this part of the code, please do share your code :)

Ankur</description>
		<content:encoded><![CDATA[<p>Yes, that part isn&#8217;t 100% accurate.<br />
As you mentioned, getting it to work in all cases will require a lot of code.<br />
Considering that the function is  used to take an exact time and make it an approximate time, I think that might be unnecessary extra work for most use cases.</p>
<p>If anyone has the time to correct this part of the code, please do share your code <img src='http://www.ankur.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ankur</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php develoepr</title>
		<link>http://www.ankur.com/blog/100/php/relative-time-php-flexible-detail-level/comment-page-1/#comment-1162</link>
		<dc:creator>php develoepr</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ankur.com/blog/?p=100#comment-1162</guid>
		<description>I&#039;m a little unsure on the accuracy of the function, it&#039;s good for a basis but due to the varying amount of days in a month, 4.35 weeks is not accurate for calculating months. for example, this function would trip up on february.

And that isn&#039;t even counting leap years

The rest is great but i feel the month&#039;s part needs work

A good basis though</description>
		<content:encoded><![CDATA[<p>I&#8217;m a little unsure on the accuracy of the function, it&#8217;s good for a basis but due to the varying amount of days in a month, 4.35 weeks is not accurate for calculating months. for example, this function would trip up on february.</p>
<p>And that isn&#8217;t even counting leap years</p>
<p>The rest is great but i feel the month&#8217;s part needs work</p>
<p>A good basis though</p>
]]></content:encoded>
	</item>
</channel>
</rss>
