diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-03 02:46:08 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-03 02:46:08 +0000 |
commit | 63d1f46c896e51b23a74a0b0e3fbff4670e520ff (patch) | |
tree | 15cf155ac805808238f34aaff54f999e8061dc25 | |
parent | fb1dbc91e8a7da9814e096bb138dfd5fadf972f7 (diff) | |
download | ruby-63d1f46c896e51b23a74a0b0e3fbff4670e520ff.tar.gz ruby-63d1f46c896e51b23a74a0b0e3fbff4670e520ff.tar.xz ruby-63d1f46c896e51b23a74a0b0e3fbff4670e520ff.zip |
* time.c: don't mention an obsolete library, ParseDate.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | time.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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] @@ -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> |