modules/mod_feed/tmpl/default.php contains this on line 100:
The feed does not contain publishedDate but it does contain updatedDate. You can create a template override for mod_feed: change publishedDate to updatedDate and you do see earlier dates than today.
Code:
<?php echo HTMLHelper::_('date', $feed[$i]->publishedDate, Text::_('DATE_FORMAT_LC3')); ?>
Statistics: Posted by ceford — Tue Feb 20, 2024 9:28 am