php - Handle time from different timezone and store into mysql -


i making website facebook, bad thing is.. there many timezone , hard convert utc. server using utc default setting, may know how manage in more generic way, convert difference time zone utc time, , display preset timezone setting ?

additionally, may know how store mysql database php ?

2011-04-10t08:13:30+0000

use gmdate() function, formats time in utc.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -