I'm using Python protobuf library to read message sent by a .Net application that use protobuf-net. The .Net app sends DateTime. The datetime encoding does not seems trivial and I don't know how to parse it. Anybody know the formatting of the DateTime in the protobuf-net library?