Just a quick note that will hopefully save someone a bit of time in the future…
When using Zend_Feed to create your RSS, don’t use:
pubDate => date(‘r’, $item->timestamp)
This doesn’t work as you’d expect. You’ll only ever get the current time. …
Just a quick note that will hopefully save someone a bit of time in the future…
When using Zend_Feed to create your RSS, don’t use:
pubDate => date(‘r’, $item->timestamp)
This doesn’t work as you’d expect. You’ll only ever get the current time. …