=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.23 retrieving revision 4.24 diff -u -p -r4.23 -r4.24 --- cvsweb/cvsweb.cgi 2019/11/26 11:21:27 4.23 +++ cvsweb/cvsweb.cgi 2019/11/26 11:28:43 4.24 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: cvsweb.cgi,v 4.23 2019/11/26 11:21:27 schwarze Exp $ +# $Id: cvsweb.cgi,v 4.24 2019/11/26 11:28:43 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -77,7 +77,7 @@ use vars qw ( $edit_option_form $show_subdir_lastmod $show_log_in_markup $preformat_in_markup $tabstop $state $annTable $sel @ForbiddenFiles - $use_descriptions %descriptions @mytz $dwhere + $use_descriptions %descriptions $dwhere $use_moddate $gzip_open $file_list_len $allow_tar @tar_options @gzip_options @zip_options @cvs_options @annotate_options @rcsdiff_options @@ -2775,12 +2775,7 @@ sub printLog($$$;$$) print "
\n"; print ''; - if (@mytz) { - my ($est) = $mytz[(localtime($date{$_}))[8]]; - print scalar localtime($date{$_}), " $est ("; - } else { - print scalar gmtime($date{$_}), " UTC ("; - } + print scalar gmtime($date{$_}), ' UTC ('; print readableTime(time() - $date{$_}, 1), ' ago)'; print ' by ', htmlquote($author{$_}), "
\n";