diff --git a/data/cgi/cvsweb.cgi b/data/cgi/cvsweb.cgi index a1457c5392..734ceeb9e5 100755 --- a/data/cgi/cvsweb.cgi +++ b/data/cgi/cvsweb.cgi @@ -642,7 +642,7 @@ sub dolog { if (/^1\.1\.1\.\d+$/) { print " (vendor branch)"; } - print " " . &ctime($date{$_}) . " by "; + print " " . &ctime($date{$_}) . " UTC by "; print "" . $author{$_} . "\n"; if ($revsym{$_}) { print "
CVS Tags: $revsym{$_}"; diff --git a/en/cgi/cvsweb.cgi b/en/cgi/cvsweb.cgi index a1457c5392..734ceeb9e5 100755 --- a/en/cgi/cvsweb.cgi +++ b/en/cgi/cvsweb.cgi @@ -642,7 +642,7 @@ sub dolog { if (/^1\.1\.1\.\d+$/) { print " (vendor branch)"; } - print " " . &ctime($date{$_}) . " by "; + print " " . &ctime($date{$_}) . " UTC by "; print "" . $author{$_} . "\n"; if ($revsym{$_}) { print "
CVS Tags: $revsym{$_}";