According to the RSS specification, the pubDate element (when the item was published) must be formatted like this : Mon, 28 May 1979 19:45:32 GMT
I've posted an article with C# / VB.NET functions that will accept a DateTime object and return a string properly formatted to meet the pubDate specification.
Technorati tags:
RSS,
pubDate,
Code,
.NET