Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
DateTime objects in many programming languages describe an instant in time, expressed as a date and time of day.
1
vote
1answer
15 views
Facebook event start_time sometimes in user time, others in local event time
I am trying to convert the Facebook start_time of time. As per Facebook's documentation, Facebook uses ISO-8601 strings to describe precise time with offset from UTC of format:
...
0
votes
1answer
37 views
How to verify for how long a user have been liking a page? [duplicate]
I'm looking for the possibility to know fo how long a FB user have been liking a particular page.
I work in advertising, and we would like to offer FB users some items every week (for example, and ...
2
votes
3answers
456 views
What is the time format used in facebook created date?
Hi i am working on facebook Graph API where i need all the posts information of a group. So I did it and saw [created_date'] => '2013-01-25T00:11:02+0000' what does this date and time represent i ...
-1
votes
2answers
189 views
How to parse date return from Facebook feed (JSON)
I'm calling the following:
https://graph.facebook.com/ZZZZ/feed?access_token=ZZZZZ&limit=4&
JSON returned includes
created_time": "2012-12-13T04:14:29+0000"
How can I parse and format the ...
-2
votes
1answer
428 views
how to convert facebook's string ISO-8601 datetime to DateTime? [closed]
how to convert facebook "update_time" string ISO-8601 datetime to DateTime
2013-01-15T11:53:45+0000
This does not work
How to create a .Net DateTime from ISO 8601 format
This also does not work
...
0
votes
1answer
224 views
Incorrect Result: Formatting ISO-8601 Time And Extract 12 Hour Time
I am fetching Newsfeeds from the Facebook API using FQL which returns a "created_time" field as a UNIX Timestamp. I am converting that into, what I believe is a ISO-8601 timestamp using this piece of ...
0
votes
1answer
164 views
Facebook get wall by time limit
I am getting wall posts by facebook sdk
$get = $facebook->api('/me/posts', 'GET' );
or
$get = $facebook->api('/me/feed', 'GET' );
I need to save them into my own DB, and after new request, I need ...
0
votes
1answer
90 views
Nice looking dates from facebook
I want to display the dates from an fb event in a nice manner.
I am getting the event string from fb and then i make this:
var eventDate = eventToDisplay.start_date;
var temp = ...
0
votes
1answer
195 views
Get facebook profile picture update time using graph api for android
Can anyone tell me how to get the update datatime for profile picture of facebook friend using Graph API for android.
In simple words I need to know when a person updated his/her profile picutre in my ...
0
votes
2answers
138 views
Event datetime is being stored incorrectly in mysql
Event 'start_time' is being stored incorrectly into mysql database.
events that store incorrectly
https://graph.facebook.com/112797205532177 - stores as 2012-10-12 19:00:00
correct is 2012-10-13
{
...
0
votes
1answer
130 views
API photo datetime taken
I need to get photos from a album via Facebook API and I also need a datetime taken of the photos. Is is still not possible? Isn't it there some workaround? Thanks
1
vote
2answers
301 views
Facebook timestamp to Python DateTime Object
Facebook returns 'created_time' in this format:
2012-07-23T08:52:04+0000
I want to convert this timestamp to a normal Python DateTime object.
0
votes
1answer
864 views
How to convert iso-8601 timestamp to MySQL DATETIME
I've searched for this conversion and have found the opposite.
I'm pulling facebook page feeds using the graph api and the date format it gives is iso-8601.
I need to convert that to mysql ...
0
votes
1answer
58 views
Possible bug in the “since” key, or it supposed to work like this?
I'm querying the facebook feeds to get the latest feeds. I'm using the FB api:
55xxxxx/feed?since=1323269266&date_format=U&limit=5
The since date is taken from the previous api call first ...
2
votes
1answer
480 views
DateTime and time zones when calling Facebook PHP SDK?
My time zone is Europe/Rome. I'm using Facebook PHP SDK and insights part of the API accepts a parameter end_time relative to Pacific Daylight Time:
The end of the period during which the metrics ...
0
votes
1answer
1k views
Facebook C# SDK, problems getting user email
I'm using Facebook C# SDK and got a sample on how to set up a login and get some user information to register im my website. However, I stuck in email information. It's always null.
I've checked some ...
4
votes
2answers
1k views
Converting from PST/PDT (Facebook timestamp) to UTC
Facebook API (using FQL) gives me timestamps based on Pacific timezone. It represents the number of second since 1st January 1970.
I am located in France and France time is GMT+2 in summer and GMT+1 ...
3
votes
1answer
393 views
PHP Compare two dates in format 2011-05-16T09:39:14+0000 (facebook datetime format)
In PHP I want to compare 2 dates in this format: 2011-05-16T09:39:14+0000
$datedeb="2011-05-18T01:25:18+0000";
$datefin="2011-05-16T09:39:14+0000";
I have PHP5.1.6 for your information.
0
votes
2answers
762 views
PHP / JSON: Sort two different timestamp formats in one array
I have a merged array from the JSON output of a Facebook and Twitter stream and I want to sort those two into one but they offer two different timestamps:
Facebook: [created_time] => 1299839651
...
0
votes
1answer
908 views
Convert facebook date time to C# date time
Hi i have notice there two date times facebook gives, one is a date time from Unix Epoch and other is RFC 3339 Datetime (if i am not wrong). I wanted to know what is the best way to convert between ...
2
votes
2answers
2k views
Facebook Events and timezones, how to convert UTC datetime to what facebook expects?
My application needs to create facebook events. Everything works fine, but I can't get the timezones correct. The start/end dates are all wrong. Facebook's Event API docs say this:
Note: The ...
2
votes
2answers
966 views
Parse Facebook feed datetime in python?
I am reading a Facebook updates feed using the python library 'feedparser'.
I loop through the collection of entries in my Django templates, and display the results.
The updated field is returned in ...
0
votes
1answer
454 views
Facebook FBJS UTC
I am pulling in data from a JSON file using FBJS AJAX. On of the values in the json file is a date. The date has a UTC format, Date(1255535021000-0600).
However, I am getting an "invalid date" or ...


