<?php date_default_timezone_set('Asia/Shanghai'); echo 111; echo date("Y-m-d H:i:s"); phpinfo(); ?>