Monday, 19 August 2013

Google Feed API 'publishedDate' wrong day

Google Feed API 'publishedDate' wrong day

When using Google Feed API JSON result the origin RSS is being converted a
day off in the JSON results.
For example the following origin RSS entry:
<pubDate>Mon, 19 Aug 2013 04:00:00 GMT</pubDate>
...becomes:
"Sun, 18 Aug 2013 21:00:00 -0700"
...in the JSON result. Is there any way to designate a time zone so it
knows not to convert?
Thanks in advance!

No comments:

Post a Comment