localization - Facebook API get user local time without FBML -


I am writing a Facebook IFam canvas application, there is a certain action where I need to store date and time for action , And in future I want to present it to the user as the date and time (10:05 am - 20 September 2010).

The problem here is that every Facebook user has its own local date and time. I found a solution using the FBML tag but I'm looking for a non-FBML approach.

Any thoughts?

Using FQL:

  User selects time zone Do where UID = & lt; User_id & gt;  

See table


Comments