View Single Post
waertf
Member
Join Date: Jan 2009
Old 05-15-2009 , 19:57   Re: ChatLog v1.3.4 (Extended)
Reply With Quote #22

i found that the start time of mysql server is wrong in phpmyadmin
but use
SELECT CURTIME( )
SELECT CURDATE( )
then it catch the correct system time
the php file i only modified 5 db value
and the values of date looked from phpmyadmin are correct
help pls

Edit1: I fix it myself
add line:date_default_timezone_set('Asia/Taipei');

Last edited by waertf; 05-15-2009 at 20:52.
waertf is offline