nsec()
Returns the fraction of a second as nanoseconds
# File activesupport/lib/active_support/core_ext/date_time/conversions.rb, line 92 def nsec (sec_fraction * 1_000_000_000).to_i end