class MessagePack::Timestamp

def ==(other)

def ==(other)
  other.class == self.class && sec == other.sec && nsec == other.nsec
end