2 Matching Annotations
- Jul 2020
-
api.rubyonrails.org api.rubyonrails.org
-
Time.current returns said timestamp, and Time.now its equivalent in the system time zone.
-
-
ruby-doc.org ruby-doc.org
-
Since Ruby 1.9.2, Time implementation uses a signed 63 bit integer, Bignum or Rational. The integer is a number of nanoseconds since the Epoch which can represent 1823-11-12 to 2116-02-20. When Bignum or Rational is used (before 1823, after 2116, under nanosecond), Time works slower as when integer is used.
Tags
Annotators
URL
-