# File lib/validates_timeliness/formats.rb, line 289
      def microseconds(usec)
        (".#{usec}".to_f * 1_000_000).to_i
      end