Setting Time Zones and GMT/UTC
<?php $ts = time(); echo date('r', $ts) . "<br />\n"; echo date('r', $ts) . "<br />\n"; echo strftime("%D %T %Z", $ts) . "<br />\n"; ?>