From f67380be58e0a401163bfb1729864e6eae52764d Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 21 Apr 2009 17:16:11 +0000 Subject: update rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/time.c b/time.c index f44229eea4..dd1c0d88d1 100644 --- a/time.c +++ b/time.c @@ -3262,18 +3262,17 @@ time_load(VALUE klass, VALUE str) /* * Time is an abstraction of dates and times. Time is - * 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. The - * Time class treats GMT (Greenwich Mean Time) and UTC - * (Coordinated Universal Time)[Yes, UTC really does stand for + * stored internally as the number of seconds with fraction since + * the Epoch, January 1, 1970 00:00 UTC. + * Also see 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.] * as equivalent. GMT is the older way of referring to these * baseline times but persists in the names of calls on POSIX * systems. * - * All times are stored with some number of nanoseconds. Be aware of + * All times may have fraction. Be aware of * this fact when comparing times with each other---times that are * apparently equal when displayed may be different when compared. */ -- cgit v1.2.3