<!DOCTYPE html> <html> <body> <?php $tz=timezone_open("America/New_York"); print_r(timezone_location_get($tz)); ?> </body> </html>
<?php $tz=timezone_open("America/New_York"); print_r(timezone_location_get($tz)); ?>