If I have a Time object got from :
Time
Time.now
and later I instantiate another object with that same line, how can I see how many
I think the answer is incorrectly chosen, that method gives seconds, not milliseconds.
t = Time.now.to_f => 1382471965.146
Here I suppose the floating value are the milliseconds