]> gitweb.factorcode.org Git - factor.git/commitdiff
reddit: use unix-time>timestamp.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 30 Jul 2015 17:35:51 +0000 (10:35 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 30 Jul 2015 17:35:51 +0000 (10:35 -0700)
extra/reddit/reddit.factor

index 804e8ed35f4be6b12dbdb9e6c311d915d2653132..5b6bf8ea26f1522e8c087d1f4ef7726666e893f9 100644 (file)
@@ -105,7 +105,7 @@ PRIVATE>
                 [ story>comments-url ] bi write-link
             ]
             [
-                "created_utc" of now timestamp>unix-time swap -
+                "created_utc" of unix-time>timestamp
                 relative-time ", posted " write-text write-text
             ]
             [ " by " write-text [ "author" of ] [ story>author-url ] bi write-link nl nl ]