I am using facebook graph api to search for posts matching a particular query.But I cannot find any documentation about the time zone of the time stamp returned in the json format.
My query is this and the response the JSON arrray where each element has a timeStamp which looks like this : 2013-01-15T14:27:49+0000
How do I use this timeStamp ( without time zone information ) to display fb content on an external website:
<snip>post content </snip> poster-profile image</snip>
< snip> post created 5 minutes ago </snip>
Edit : I am using the grails framework for the backend implementation. hence using php code to obtain timeStamp information would not be very easy
Edit 2 : I am using the search api to search over all publicly accessible posts, so I am not suing any access token.
Edit 3 : closing this question as a possible duplicate of this.