]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/tla.pm
change rcs_recentchanges when to absolute, not relative, time
[ikiwiki.git] / IkiWiki / Rcs / tla.pm
index ffb6ee521a34fe70c76b7ddf53f8df885d13b67e..15824ffaf71a6e465da23375c699323b819bf58a 100644 (file)
@@ -120,7 +120,7 @@ sub rcs_recentchanges ($) {
                        split(/ /, "$newfiles $modfiles .arch-ids/fake.id");
 
                my $sdate = $head->get("Standard-date");
-               my $when = time - str2time($sdate, 'UTC');
+               my $when = str2time($sdate, 'UTC');
 
                my $committype = "web";
                if (defined $summ && $summ =~ /$config{web_commit_regexp}/) {