X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/74f4df8388b19731ca2f6a5ebf52466486d0df35937facf9f98fad671b092673..1dc17e37a83f08f963031df52b15d13221fcff6c0536157a619f7cbe5e6e5dcc:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index ef5e5dc..f33524d 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -6016,7 +6016,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',