# File lib/big_record/connection_adapters/abstract_adapter.rb, line 186
  def self.from_bigrecord_timestamp(timestamp)
    Time.at(timestamp >> 32, timestamp & 0xFFFFFFFF)
  end