define('TIME_ZONE','Asia/shanghai');
Why can't this section run if I modify it in shanghai?
shanghai becomes guangzhou
ringa_lee2017-07-14 17:29:07
Your constant is written in the function date_default_timezone_set. It is just for setting the time zone. Generally speaking, PRC is sufficient