# File lib/big_record/connection_adapters/abstract_adapter.rb, line 182
  def to_bigrecord_timestamp
    (self.to_i << 32) + self.usec
  end