<pubDate>

説明
発行日を指定します。日付は英文字形式で指定します。GMT(グリニッジ標準時)でないと駄目かどうかは分かりません。分かる方がいましたらopenspc@po.shiojiri.ne.jpあてにメールで教えてもらえると助かります。

必須タグ
なし

必須でないタグ
なし

サンプル
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<pubDate>Sat, 25 Sep 2004 16:04:13 GMT</pubDate>
<title>サンプルRSSです。</title>
<link>http://www.openspc2.org/</link>
<description>RSS 0.91のサンプルを記述したページです</description>
<language>ja</language>

<item>
<title>RSSタグのpubDateの解説です</title>
<link>http://192.168.1.12/</link>
<description>RSS 0.91のpubDateタグの解説をしています。</description>
</item>
</channel>

</rss>


サンプルRSS