]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Rcs/git.pm
change rcs_recentchanges when to absolute, not relative, time
[git.ikiwiki.info.git] / IkiWiki / Rcs / git.pm
index 271104f3e624059b131046ad02db1059efd91b9c..f70582136569b270d57c27591e961a6f1216c142 100644 (file)
@@ -372,7 +372,7 @@ sub rcs_recentchanges ($) { #{{{
 
                my ($sha1, $when) = (
                        $ci->{'sha1'},
-                       time - $ci->{'author_epoch'}
+                       $ci->{'author_epoch'}
                );
 
                my (@pages, @messages);