I'm using explorer to test this event
FQL to Event table : fql?q={'events': 'select eid, name, start_time from event where eid = 359724487410779'} - returns start_time = 1337410800
Converting 1337410800 gives Saturday, May 19th 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 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:00pm until 4:00am in UTC+02
How can I get the right local time, like on FB Event page (Friday, May 18, 2012 11:00pm) based on Facebook API ?