1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* time.c: don't mention an obsolete library, ParseDate.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-01-03 02:46:08 +00:00
parent 2000bde8e7
commit 4666b9da3d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Jan 3 11:44:37 2008 Tanaka Akira <akr@fsij.org>
* time.c: don't mention an obsolete library, ParseDate.
Thu Jan 3 11:28:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]

2
time.c
View file

@ -2306,7 +2306,7 @@ time_load(VALUE klass, VALUE str)
* stored internally as the number of seconds and nanoseconds since
* the <em>Epoch</em>, January 1, 1970 00:00 UTC. On some operating
* systems, this offset is allowed to be negative. Also see the
* library modules <code>Date</code> and <code>ParseDate</code>. The
* library modules <code>Date</code>. The
* <code>Time</code> class treats GMT (Greenwich Mean Time) and UTC
* (Coordinated Universal Time)<em>[Yes, UTC really does stand for
* Coordinated Universal Time. There was a committee involved.]</em>