PHP Date/Time 参考手册
返回时区的名称:
<?php
$tz
=timezone_open(
"Europe/Paris"
);
echo
timezone_name_get(
?>
timezone_name_get() 返回时区的名称。