るりまサーチ

最速Rubyリファレンスマニュアル検索!
21件ヒット [1-21件を表示] (0.061秒)
トップページ > 種類:文書[x] > クエリ:time[x] > クエリ:strptime[x]

別のキーワード

  1. time httpdate
  2. time rfc2822
  3. time iso8601
  4. time parse

キーワード

検索結果

NEWS for Ruby 2.2.0 (67.0)

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

...* Float
* 追加: Float#next_float
* 追加: Float#prev_float

* File
* 追加: File.birthtime
* 追加: File#birthtime

* File::Stat
* 追加: File::Stat#birthtime

* GC
* GC.latest_gc_info は現在のGCのステータスを再現するために :state を返す...
...追加: Vector.independent?, Vector#independent?

* pathname
* Pathname#/ は Pathname#+ のエイリアスです
* 追加: Pathname#birthtime

* rake
* Rake 10.4.0 になりました。
http://docs.seattlerb.org/rake/History_rdoc.html#label-10.4.0

* rubygems
* RubyGems...
...* 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.
* Time.httpdate は常にUTCのTimeオブジェクトを生成します。
* Time.strptime...

ruby 1.9 feature (67.0)

ruby 1.9 feature ruby version 1.9.0 は開発版です。 以下にあげる機能は将来削除されたり互換性のない仕様変更がなされるかもしれません。 1.9.1 以降は安定版です。 バグ修正がメインになります。

...uby 2.0 ブロックローカル変数

((<URL:http://www.rubyist.net/~matz/20050309.html#p03>))

=== 2005-03-04

: Time.strptime [lib][new]
: ParseDate.strptime [lib][new]

time
ライブラリ, parsedate ライブラリに追加 ((<ruby-talk:132815>))

=== 2005-03-04

1.9.0 からメソッ...
...113069>))

=== 2004-09-26

: Time#to_time [lib][new]
: Time#to_date [lib][new]
: Time#to_datetime [lib][new]
: Date#to_time [lib][new]
: Date#to_date [lib][new]
: Date#to_datetime [lib][new]
: DateTime#to_time [lib][new]
: DateTime#to_date [lib][new]
: DateTime#to_datetime [lib][new]

追加 ((<ru...
...5

=== 2004-05-25
: allow passing a block to a Proc [ruby] [change]
((<ruby-dev:23533>)) ((-よくわからない-))

=== 2004-05-14

: Time [marshal]

Marshal.dump により、タイムゾーンの情報を保持するようになりました。

=== 2004-04-15

: Dir.glob [bug]...