gitweb: last-modified time should be commiter, not author
[gitweb.git] / gitweb / gitweb.perl
index 756868a7f9ae4444e0c6fb4966959135c2d2ae8f..8c49c75f10648aff7b2573bd0a8b0fae4deae545 100755 (executable)
@@ -6015,7 +6015,7 @@ sub git_feed {
        }
        if (defined($commitlist[0])) {
                %latest_commit = %{$commitlist[0]};
-               %latest_date   = parse_date($latest_commit{'author_epoch'});
+               %latest_date   = parse_date($latest_commit{'committer_epoch'});
                print $cgi->header(
                        -type => $content_type,
                        -charset => 'utf-8',