Change your php and mysql timezone

date_default_timezone_set('PRC');

Changes the timezone to China (+8)

If you use mysql database, you will also need to use

mysql_query("SET time_zone = '+8:00'");

to change the the timezone of mysql database.

Share

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Leave a Reply

You must be logged in to post a comment.