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.
UTC stands for Coordinated Universal Time - it is the time standard by which the world regulates clocks and time.
1
vote
3answers
126 views
How do I display PHP UTC timestamps in a readable format for Facebook events on my website?
I have created this page http://www.islandstreet.co.uk/events/ which uses the Facebook API to retrieve my event details from Facebook and display them on my website.
The problem I need a solution to ...
0
votes
1answer
175 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.
...
3
votes
1answer
395 views
Convert Facebook Event start/end times to UTC
I'm having trouble getting event start in end times in UTC format from facebook.
I'm using the Facebook Python library, I am running these queries to retrieve events:
fb_events = ...
