Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 610 Bytes

timestamp.md

File metadata and controls

19 lines (12 loc) · 610 Bytes

TimeStamp

Timestamp

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

TimestampSeconds

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