<!DOCTYPE html>
<html>
<body>
<?php
$tzlist=timezone_abbreviations_list();
print_r($tzlist["act"]);
?>
</body>
</html>