Flowdock
to_f() public

Returns the value of time as a floating point number of seconds since the Epoch.

t = Time.now
"%10.5f" % t.to_f   #=> "1270968744.77658"
t.to_i              #=> 1270968744

Note that IEEE 754 double is not accurate enough to represent number of nanoseconds from the Epoch.

Show source
Register or log in to add new notes.