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