Bug #2444

1.8.3以降のTime.parseはDate._parseを使用する

Added by Hiroki Najima about 2 years ago. Updated about 1 month ago.

[ruby-reference-manual:1877]
Status:Closed Start date:12/05/2009
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:doc
Target version:-
reporter: ruby_version:

Description

Time.parseは、
1.8.2まではParse.parsedateを使っていますが、
1.8.3以降はDate._parseを使っています。
  # 1.8.2以前との互換性のためか、1.8.3以降でも直接利用しないのに、
  # require "parsedate"はしています。

一方、
1.9.1以降のtime標準添付ライブラリの記述では、Date._parseになっていますが、
1.8.3~1.8.8のtime標準添付ライブラリの記述は、parsedateのままです。

1.9.1以降の記述を1.8.3~1.8.8へバックポートするとよいと思います。

Associated revisions

Revision 4995
Added by Ippei Obayashi about 1 month ago

remove the description of parsedate from time library since it it too old (closes #2444)

History

Updated by Ippei Obayashi about 1 month ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100
This issue was solved with changeset r4995. Hiroki, thank you for reporting this issue. Your contribution to Ruby is greatly appreciated. May Ruby be with you. ---------- remove the description of parsedate from time library since it it too old (closes #2444)

Also available in: Atom PDF