<!DOCTYPE html>
<html>
<body>
<?php
$tz=timezone_open("Asia/Taipei");
print_r(timezone_location_get($tz));
?>
</body>
<!-- /php/phptryit.asp?filename=tryphp_func_timezone_location_get Thu, 06 Feb 2025 19:26:44 GMT -->
</html>