Making the date and time appear like we expect
<?php $timestamp= time( ); echo date("m/d/y G.i:s",$timestamp); ?>