Allow wrapping between the date and the time. s/GMT/UTC/.

This commit is contained in:
Dag-Erling Smørgrav 2003-10-10 07:11:54 +00:00
parent 92f489a593
commit 38b28673a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120962

View File

@ -115,7 +115,7 @@ MAIN:{
my @stat = stat("$DIR/$log.brief");
my $class = success("$DIR/$log.brief") ? "ok" : "fail";
$links .= "<span class=\"$class\">" .
strftime("%Y-%m-%d&nbsp;%H:%M", gmtime($stat[9])) .
strftime("%Y-%m-%d %H:%M UTC", gmtime($stat[9])) .
"</span><br />";
my $size = sprintf("[%.1f&nbsp;kB]", $stat[7] / 1024);
$links .= " <span class=\"tiny\">" .
@ -141,7 +141,7 @@ MAIN:{
if $have_logs > 0;
}
}
my $date = strftime("%Y-%m-%d %H:%M GMT", gmtime());
my $date = strftime("%Y-%m-%d %H:%M UTC", gmtime());
print " </table>
<p class=\"update\">Last updated: $date</p>
<p>