# File lib/bson/types/object_id.rb, line 165
    def generation_time
      Time.at(@data.pack("C4").unpack("N")[0]).utc
    end