diff --git a/lib/import_revs.php b/lib/import_revs.php index 7188e5a..c852791 100755 --- a/lib/import_revs.php +++ b/lib/import_revs.php @@ -45,7 +45,7 @@ function import_rev(&$existing, $raw, $chan) $DB->query( kl_str_sql( "insert into revs (hash, chan, author, time, message) values (!s, !s, !s, !t, !s)", - $hash, $chan, $author, $date, $msg)); + $hash, $chan, $author, $date - date("Z"), $msg)); }