# File lib/timeliness/helpers.rb, line 37
    def microseconds(usec)
      (".#{usec}".to_f * 1_000_000).to_i
    end