dylang / node-rss

RSS feed generator for Node.
https://npmjs.org/package/rss
MIT License
999 stars 133 forks source link

pubDate should not use .toGMTString() #90

Open ajsharp opened 5 years ago

ajsharp commented 5 years ago
  1. The function is officially deprecated
  2. There doesn't seem to be an "official" format of the pubDate field, and if there is, it's not widely supported / adopted. Some providers require pubDate be formatted according to rfc 2822.

Ideally, this library would let you specify a function for manipulating or setting the pubDate field.