Categories: None [Edit]

timestamp

https://rubygems.org/gems/timestamp
https://github.com/phluid61/timestamp-gem
== Time.timestamp Defines Time::timestamp and Time::unix_timestamp. See the original discussion at {Ruby-Lang}[https://bugs.ruby-lang.org/issues/8096] :call-seq: Time::timestamp -> Integer Returns a nanosecond-precision timestamp from the system's monotonic clock. Note that the resolution of the measured time is system- dependent (i.e. while the value displayed is always an integer number of nanoseconds, the values may not necessarily change in increments of exactly one). This time value does not correlate to any absolute, real-world time system; it is only useful for measuring relative (or elapsed) times at a high granularity. For example, benchmark measurements. :call-seq: Time::unix_timestamp -> Integer Time::unix_time -> Integer Returns the current real-world time as a whole number of seconds since the Epoch (1-Jan-1970). :call-seq: Time::unix_microtime -> Float Returns the current real-world time as a floating-point number of seconds since the Epoch (1-Jan-1970).

Total

Ranking: 40,582 of 184,921
Downloads: 27,387

Daily

Ranking: 37,399 of 184,911
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,645,620,564bundler
101,030,554,421rake
1,68716,509,115rake-compiler

Owners

#GravatarHandle
1iconphluid61