<!DOCTYPE html>
<html>
<body>
<?php
echo date_default_timezone_get();
?>
</body>
</html>