<?php $jey=$clocks*3600; $currHour=date("H",time()+$jey); $currHour= round($currHour); $currDate=date("d F Y", time()+$jey); $currTime=date("$currHour:i:s", time()+$jey); print"<font color='009900'><b>Время: $currTime</b></font><br/>"; ?>