You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
While this field isn't in the Harvard specification, I've seen it in the wild for RSS 2.0 feeds and the old
SyndicationItem.LastUpdatedTimedocumentation references it: https://docs.microsoft.com/en-us/dotnet/api/system.servicemodel.syndication.syndicationitem.lastupdatedtime?view=netframework-4.7.1It looks like
RssParser.CreateItem()doesn't even supportSyndicationItem.LastUpdated- it never gets set.I propose support for
<a10:updated>be added and that it set the existingSyndicationItem.LastUpdatedproperty.