[protobuf] Timestamps

2016-02-23 Thread Rich
The Proto3 docs reference a "Timestamp" type in JSON Mappings https://developers.google.com/protocol-buffers/docs/proto3#json But no other reference is made to this. Are timestamps supported as a first class type in Version 3? -- You received this message because you are subscribed to the

Re: [protobuf] What are well-known types?

2016-02-23 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Feb 23, 2016 at 12:55 PM, Zellyn wrote: > There are increasing numbers of references to "well-known" types in > protos. For instance, I see changes in the Go implementation to support > them. > There were passing references in release notes in this group. > > However,

[protobuf] What are well-known types?

2016-02-23 Thread Zellyn
There are increasing numbers of references to "well-known" types in protos. For instance, I see changes in the Go implementation to support them. There were passing references in release notes in this group. However, the main protobuf site includes no narrative explanation that I can find. The