2件ヒット
[1-2件を表示]
(0.086秒)
検索結果
-
Date
# httpdate -> String (123607.0) -
2616 (1123) で定められた書式の文字列を返します。
2616 (1123) で定められた書式の文字列を返します。 -
Time
# httpdate -> String (72721.0) -
2616 で定義されている HTTP-date の rfc1123-date 形式の文字列を 返します。
2616 で定義されている HTTP-date の rfc1123-date 形式の文字列を
返します。
@return 以下の形式の文字列を返します。
//emlist{
day-of-week, DD month-name CCYY hh:mm:ss GMT
//}
注意: 結果はいつも UTC (GMT) です。
使用例
require 'time'
iso8601_time = '2008-08-31T12:34:56+09:00'
t = Time.iso8601(iso8601_time)
p t.httpdate #=> "Su...