=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.13 retrieving revision 1.15 diff -u -p -r1.13 -r1.15 --- cvsweb/cvsweb.cgi 1997/11/19 19:20:22 1.13 +++ cvsweb/cvsweb.cgi 1998/04/05 10:20:37 1.15 @@ -36,6 +36,7 @@ require 'cgi-style.pl'; 'freebsd', '/home/ncvs', 'openbsd', '/home/OpenBSD/cvs', 'learn', '/c/learncvs', + 'mozilla', '/a/mozilla-cvs', ); $cvstreedefault = 'freebsd'; @@ -642,7 +643,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{$_}";