From 4666b9da3db0c2da51b36ca4f2e4148b08708d8c Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 3 Jan 2008 02:46:08 +0000 Subject: [PATCH] * 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 --- ChangeLog | 4 ++++ time.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7c4de075ed..b191544233 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 3 11:44:37 2008 Tanaka Akira + + * time.c: don't mention an obsolete library, ParseDate. + Thu Jan 3 11:28:58 2008 Nobuyoshi Nakada * io.c (fptr_finalize): clear errno first. [ruby-talk:284492] diff --git a/time.c b/time.c index 1d9186d8c3..0f34cf5e58 100644 --- a/time.c +++ b/time.c @@ -2306,7 +2306,7 @@ time_load(VALUE klass, VALUE str) * stored internally as the number of seconds and nanoseconds since * the Epoch, January 1, 1970 00:00 UTC. On some operating * systems, this offset is allowed to be negative. Also see the - * library modules Date and ParseDate. The + * library modules Date. The * Time class treats GMT (Greenwich Mean Time) and UTC * (Coordinated Universal Time)[Yes, UTC really does stand for * Coordinated Universal Time. There was a committee involved.]