PHP文件中设置时区timezone

<?php
    date_default_timezone_set("Asia/Shanghai");
?>