<?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: Get GMT/UTC Date From RSS Using SimplePie</title>
	<atom:link href="http://muhammad.zamroni.net/get-gmt-utc-date-from-rss-using-simplepie.html/feed" rel="self" type="application/rss+xml" />
	<link>http://muhammad.zamroni.net/get-gmt-utc-date-from-rss-using-simplepie.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=get-gmt-utc-date-from-rss-using-simplepie</link>
	<description>personal playground. tempat bermain dan belajar.</description>
	<lastBuildDate>Sat, 04 Sep 2010 23:46:29 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zam</title>
		<link>http://muhammad.zamroni.net/get-gmt-utc-date-from-rss-using-simplepie.html/comment-page-1#comment-227</link>
		<dc:creator>zam</dc:creator>
		<pubDate>Thu, 10 Sep 2009 06:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://muhammad.zamroni.net/?p=81#comment-227</guid>
		<description>What version of SimplePie did you use? I think SimplePie is the fastest RSS fetcher and it parses XML nicely. Have you activate the cache? Caching is a great feature that you have to activate to make your apps work lighter and faster.

FYI, I store all data on a database. The fetcher sequent runs once an hour using crontab. It is more efficient than you run it live. Of course it will save your server resources and bandwidth. I fetch hundreds feeds and it works fine.

For date, this is why I post this. Storing data in GMT/UTC is more flexible to adjust. By setting the timezone option (set to Asia/Jakarta) the date will be appeared correctly. :)</description>
		<content:encoded><![CDATA[<p>What version of SimplePie did you use? I think SimplePie is the fastest RSS fetcher and it parses XML nicely. Have you activate the cache? Caching is a great feature that you have to activate to make your apps work lighter and faster.</p>
<p>FYI, I store all data on a database. The fetcher sequent runs once an hour using crontab. It is more efficient than you run it live. Of course it will save your server resources and bandwidth. I fetch hundreds feeds and it works fine.</p>
<p>For date, this is why I post this. Storing data in GMT/UTC is more flexible to adjust. By setting the timezone option (set to Asia/Jakarta) the date will be appeared correctly. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mawi wijna</title>
		<link>http://muhammad.zamroni.net/get-gmt-utc-date-from-rss-using-simplepie.html/comment-page-1#comment-225</link>
		<dc:creator>mawi wijna</dc:creator>
		<pubDate>Wed, 09 Sep 2009 14:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://muhammad.zamroni.net/?p=81#comment-225</guid>
		<description>It&#039;s nice to using SimplePie to make a custom RSS Fetcher. But unfortunately I have some bad experience with SimplePie, especially long running time to merge, sort and process entire RSS. It&#039;s not happen in localhost, but happen in real server. As for date, we the blog owner must be aware for the datestamp in pubDate tag that provided by RSS engine. In Indonesia, do not forget to add +0700 in the end of date, for example  Wed, 09 Sep 2009 00:37:45 +0700 .</description>
		<content:encoded><![CDATA[<p>It&#8217;s nice to using SimplePie to make a custom RSS Fetcher. But unfortunately I have some bad experience with SimplePie, especially long running time to merge, sort and process entire RSS. It&#8217;s not happen in localhost, but happen in real server. As for date, we the blog owner must be aware for the datestamp in pubDate tag that provided by RSS engine. In Indonesia, do not forget to add +0700 in the end of date, for example  Wed, 09 Sep 2009 00:37:45 +0700 .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
