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.

ISO 8601 is the International Standards Organization's standard for representing time as a string. It covers dates, times, timezones, durations, and many other things.

learn more… | top users | synonyms

0
votes
1answer
177 views

Facebook Graph API event post results in wrong time

I'm posting an event to a Facebook page via the graph api, but when I enter the demanded ISO 8601 timestamps for start and end time I get an unexpected time offset when viewing the event on Facebook. ...
0
votes
1answer
196 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 ...