I have set up snippets for our content types to generate the specific entries for an RSS feed. The issue I am having is with populating the “pubDate” field. This is ideally supposed to be the time the item was published to the website. I currently have 2 options to do this, but there are issues with both:
[ul]Enter the pubDate field manually on the CE. Obviously, this will get us the correct timestamp, but it has to be manually entered on each item
[/ul]
[ul]Use the sys_pubdate value. This is automated, which is great, but if the item is re-published, the sys_pubdate gets updated, and provides a false value for the RSS feed (it should always remain as the original pub date)
[/ul]
Any thoughts on another sys field that I could use to automatically capture the initial pub date, and keep that value regardless of how many times it is re-published?