View file modul/time.php

File size: 113B
<?
$hour = date("G",time()); 
$hour = round($hour);
$time=date("$hour:i:s", time());
print ( "$time");
?>