]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/mercurial.pm
change rcs_recentchanges when to absolute, not relative, time
[ikiwiki.git] / IkiWiki / Rcs / mercurial.pm
index 15edb324581dc33e912dc17f214117b419fa689f..13a88379c0fb2ae47ba6a4f7ebe5592c037a0484 100644 (file)
@@ -142,7 +142,7 @@ sub rcs_recentchanges ($) { #{{{
                        rev        => $info->{"changeset"},
                        user       => $user,
                        committype => "mercurial",
-                       when       => time - str2time($info->{"date"}),
+                       when       => str2time($info->{"date"}),
                        message    => [@message],
                        pages      => [@pages],
                };