]> git.wh0rd.org - tt-rss.git/commit - classes/rssutils.php
Handle future pubDate
authorsaperduper <bobsap@gmail.com>
Mon, 25 Mar 2013 16:49:11 +0000 (18:49 +0200)
committersaperduper <bobsap@gmail.com>
Mon, 25 Mar 2013 16:49:11 +0000 (18:49 +0200)
commit30123fe630da0c9882056de91460b2dd5912ad47
tree1be6d630310cc2f57096141ed210b5dff12d0bbd
parent45b9c6fbcb1a83fdc2b335b8df89066146e5f8d6
Handle future pubDate

Posts with pubDate in the future always appear at the top, which is ruining the
whole "newest at top" idea. One way to handle this is to use time() instead.
This is what google reader does and seems reasonable.
include/rssfuncs.php