ZF-9595: lastBuildDate is missing from an RSS feed created with Zend_Feed_Writer
Description
According to this: http://validator.w3.org/feed/docs/…, a lastBuildDate tag should be present in the channel section when there's a slash:comments tag in any of the entries. However, I can't seem to find a way to set the lastBuildDate property with the Zend_Feed_Writer_Feed object instance I create.
Comments
Posted by Pádraic Brady (padraic) on 2010-04-30T07:06:24.000+0000
Updating issue type to Improvement since this is not a bug. Working on it soon.
Posted by Pádraic Brady (padraic) on 2010-05-05T06:42:57.000+0000
Implemented in r22107 - thanks for reporting this issue!