instance method Date#rfc3339

rfc3339 -> String[permalink][rdoc][edit]

[RFC3339] 書式の文字列を返します。



Date.new(2001, 2, 3).rfc3339 # => "2001-02-03T00:00:00+00:00"

[SEE_ALSO] Date#iso8601