View file templates/time.php

File size: 63B
<?php
$time = date("G.i.s");
print ("Время: $time");
?>