reference-feed-published.rst 411 B

1234567891011121314151617181920
  1. .. _reference.feed.published:
  2. :py:attr:`feed.published`
  3. =========================
  4. The date the feed was published, as a string in the same format as it was
  5. published in the original feed.
  6. This element is :ref:`parsed as a date <advanced.date>` and stored in
  7. :ref:`reference.feed.published_parsed`.
  8. .. rubric:: Comes from
  9. * /rss/channel/pubDate
  10. .. seealso::
  11. * :ref:`reference.feed.published_parsed`