diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi index 5152ff3dcad3..4cd2ae403814 100644 --- a/tools/tools/tinderbox/www/index.cgi +++ b/tools/tools/tinderbox/www/index.cgi @@ -115,7 +115,7 @@ MAIN:{ my @stat = stat("$DIR/$log.brief"); my $class = success("$DIR/$log.brief") ? "ok" : "fail"; $links .= "" . - strftime("%Y-%m-%d %H:%M", gmtime($stat[9])) . + strftime("%Y-%m-%d %H:%M UTC", gmtime($stat[9])) . "
"; my $size = sprintf("[%.1f kB]", $stat[7] / 1024); $links .= " " . @@ -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 "

Last updated: $date