An exact date and time. This is the same data structure as the protobuf Timestamp.proto (see the comments in https:github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto)
Field | Description |
---|---|
seconds | Number of complete seconds since the start of the epoch |
nanos | Number of nanoseconds since the start of the last second |
An exact date and time, with a resolution of one second (no nanoseconds).
Field | Description |
---|---|
seconds | Number of complete seconds since the start of the epoch |