I making a website with facebook,
the bad thing is.. there is too many timezone and hard to convert into UTC.
my server is using UTC as default setting,
may i know how could i manage it in more generic way, to convert difference time zone into UTC time, and display it into preset timezone setting ?
additionally, may i know how could i store this into mysql database with php ?
2011-04-10T08:13:30+0000
Use
gmdate()function, it formats the time in UTC.