I use explorer to check this event
FQL Event table : fql? q = {'events': 'select eid, name, start_time from the event where eid = 359724487410779'} - returns start_time = 1337410800
Conversion 1337410800 gives Saturday, May 19, 2012, 07:00:00 (GMT)
Event object in FB api explorer: https://graph.facebook.com/359724487410779 - returns start_time = 2012-05-19T00: 00: 00
Event object in the browser: https://graph.facebook.com/359724487410779 - returns start_time = 2012-05-18T14: 00: 00
FB page https://www.facebook.com/events/359724487410779 - Friday, May 18, 2012 11:00 pm to 4:00 am at UTC + 02
How can I get the right local time, for example, on the FB Event page (Friday, May 18, 2012) 11:00) based on the Facebook API?
source
share