I have developed online examination system, and while creating exam i submit "exam start time", this is stored in the database as UTC,
for example say exam start time "Sun Jan 29 15:30:00 UTC 2012",
Student from India should see the exam start time in his local time i.e "Sun Jan 29 21:00:00 +0530 2012"
Student from France should see the exam start time in his local time,
please guide me how i can acheive this,
Thanks in advance