ruby-changes:11612
From: akr <ko1@a...>
Date: Wed, 22 Apr 2009 02:16:21 +0900 (JST)
Subject: [ruby-changes:11612] Ruby:r23249 (trunk): update rdoc.
akr 2009-04-22 02:16:11 +0900 (Wed, 22 Apr 2009) New Revision: 23249 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23249 Log: update rdoc. Modified files: trunk/time.c Index: time.c =================================================================== --- time.c (revision 23248) +++ time.c (revision 23249) @@ -3262,18 +3262,17 @@ /* * <code>Time</code> is an abstraction of dates and times. Time is - * 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>. The - * <code>Time</code> class treats GMT (Greenwich Mean Time) and UTC - * (Coordinated Universal Time)<em>[Yes, UTC really does stand for + * stored internally as the number of seconds with fraction since + * the <em>Epoch</em>, January 1, 1970 00:00 UTC. + * Also see 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> * 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. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/