[1] [[RSS]] の [DFN[[CODE(XMLe)@en[[[hour]]]] [[要素]]]]は、
[[フィード]]が更新されない[[時間]]を表します。

:[[要素名]]:[CODE(XMLe)@en[[[hour]]]] ([[hour]] ([[時間]]) より)
:文脈:[CODE(XMLe)@en[[[skipHours]]]] [[要素]]の[[子要素]]として
:[[内容モデル]]:[CODE[[[0]]]]~[CODE[[[23]]]]

仕様書:
-[CITE@en[RSS skipHours and skipDays Elements]] ([TIME[2008-11-22 14:40:31 +09:00]] 版) <http://www.rssboard.org/skip-hours-days#skiphours>
-[CITE@en[RSS Best Practices Profile]] ([TIME[2008-11-21 15:11:45 +09:00]] 版) <http://www.rssboard.org/rss-profile#element-channel-skiphours-hour>

* 意味

[2] [[GMT]] における[[時間]]を表します [SRC@en[RSS skipHours, [[RSS Best Practices Profile]]]]。

[24] [[零時]]が[[真夜中]]に始まる[[時間]]を表します [SRC@en[RSS skipHours]]。

* 内容

[3] 値は [[GMT]] [[真夜中]]からの[[時間]]の数を表す[[整数]]でなければ[['''なりません''']]
[SRC@en[[[RSS Best Practices Profile]]]]。
[CODE[0]]~[CODE[23]] の値が認められています [SRC@en[[[RSS Best Practices Profile]], RSS skipHours]]。

[4] これらの値は重複してはなりません [SRC@en[[[RSS Best Practices Profile]]]]。

[25] [[RSS 0.91]] は[[真夜中]]から始まる[[時間]]を 24 としていましたので、
[[集積器]]は 0 と 24 の両方を[[真夜中]]を表すものとして扱う[['''べきです''']]
[SRC@en[[[RSS Best Practices Profile]]]]。

* 例

[5]
[PRE(XML example code)[
<skipHours>
  <hour>0</hour>
  <hour>1</hour>
  <hour>2</hour>
  <hour>22</hour>
  <hour>23</hour>
</skipHours>
]PRE]

;; [[RSS Best Practices Profile]] より