We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03c612 commit 56fe5adCopy full SHA for 56fe5ad
time.c
@@ -5725,16 +5725,6 @@ rb_time_zone_abbreviation(VALUE zone, VALUE time)
5725
return rb_obj_as_string(abbr);
5726
}
5727
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
-
5738
//
5739
void
5740
Init_Time(void)
0 commit comments