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 | 4666b9da3db0c2da51b36ca4f2e4148b08708d8c (patch) | |
tree | 15cf155ac805808238f34aaff54f999e8061dc25 /time.c | |
parent | 2000bde8e7aa2f12dc3b437b5c6a6beb0edc96ec (diff) | |
download | bundler-4666b9da3db0c2da51b36ca4f2e4148b08708d8c.tar.gz |
* 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
Diffstat (limited to 'time.c')
-rw-r--r-- | time.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |