# File lib/big_record/connection_adapters/column.rb, line 413
          def microseconds(time)
            ((time[:sec_fraction].to_f % 1) * 1_000_000).to_i
          end