# File lib/bson/types/timestamp.rb, line 34
    def to_s
      "seconds: #{seconds}, increment: #{increment}"
    end