Skip to content

Commit 56fe5ad

Browse files
committed
Time internal representation comment removed.
1 parent d03c612 commit 56fe5ad

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

time.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5725,16 +5725,6 @@ rb_time_zone_abbreviation(VALUE zone, VALUE time)
57255725
return rb_obj_as_string(abbr);
57265726
}
57275727

5728-
/* Internal Details:
5729-
*
5730-
* Since Ruby 1.9.2, Time implementation uses a signed 63 bit integer or
5731-
* Integer(T_BIGNUM), Rational.
5732-
* The integer is a number of nanoseconds since the _Epoch_ which can
5733-
* represent 1823-11-12 to 2116-02-20.
5734-
* When Integer(T_BIGNUM) or Rational is used (before 1823, after 2116, under
5735-
* nanosecond), Time works slower than when integer is used.
5736-
*/
5737-
57385728
//
57395729
void
57405730
Init_Time(void)

0 commit comments

Comments
 (0)