Run ❯
Get your
own PHP
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <body> <?php $tz=timezone_open("Asia/Taipei"); print_r(timezone_location_get($tz)); ?> </body> </html>
Array ( [country_code] => TW [latitude] => 25.05 [longitude] => 121.5 [comments] => )