るりまサーチ

最速Rubyリファレンスマニュアル検索!
10件ヒット [1-10件を表示] (0.071秒)

別のキーワード

  1. date rfc3339
  2. date rfc2822
  3. date rfc822
  4. time rfc2822
  5. time rfc822

検索結果

NEWS for Ruby 2.2.0 (7.0)

NEWS for Ruby 2.2.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...* Digest::HMAC は削除されました。OpenSSL::HMAC や外部のgemを使ってください。

* time
* Time.parse, Time.strptime, Time.rfc2822, Time.xmlschema may produce
fixed-offset Time objects.
It is happen when usual localtime doesn't preserve the offset from UTC.
*...