<?php$time = time(); //stores the exact timestamp to use in this scriptecho date("m/d/y G:i:s e", $time);echo "<br/>";?>