Hello,
I am developing an App by using YQL to retrieve the information and displaying them.
What I would like to do is add 5 mores hours to pubDate after retrieving.
It comes in this form (time in GMT):
Sat, 17 Dec 2011 08:26:21 +0000
Is there any possible way to add 5 more hours to it?
(Completed) RSS pubDate Increment
Moderator: General Moderators
(Completed) RSS pubDate Increment
Last edited by techkid on Sat Dec 17, 2011 10:33 am, edited 1 time in total.
Re: RSS pubDate Increment
<pubDate>Sat, 17 Dec 2011 08:26:21 +0500</pubDate>
something like that - lookup <pubDate>
something like that - lookup <pubDate>
Re: RSS pubDate Increment
I have done it now, by formatting it from strftime() and date_default_timezone_set