diff --git a/src/twtxt.nim b/src/twtxt.nim index 181b106..d4abdf2 100644 --- a/src/twtxt.nim +++ b/src/twtxt.nim @@ -77,7 +77,7 @@ proc updateTweetsByUser*(db: DBConn, username, url: string) {. gcsafe .} = if counter > 0: let msg = "Added " & $counter & " tweets from @<" & username & " " & url & ">" - now = getTime().getGMTime().timeInfoToTime().toSeconds() + now = getTime().toSeconds() db.exec(sql"insert into tweets values(null, 'twtxtlist', ?, ?);", now, msg) except: