mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:25:55 +00:00
add basic rss support
This commit is contained in:
@@ -549,7 +549,9 @@
|
||||
|
||||
$entry_timestamp = "";
|
||||
|
||||
$entry_timestamp = strtotime($item->get_date());
|
||||
$entry_timestamp = $item->get_date();
|
||||
|
||||
_debug("orig date: " . $item->get_date(), $debug_enabled);
|
||||
|
||||
if ($entry_timestamp == -1 || !$entry_timestamp || $entry_timestamp > time()) {
|
||||
$entry_timestamp = time();
|
||||
|
||||
Reference in New Issue
Block a user