Timestamp
Second accurate date-time record type.
message Timestamp {
sint64 value = 1;
}
value
type: sint64
The number of seconds before or after 0000-01-01 00:00:00Z.
All values are recorded as if in the Universal Time Zone (GMT+0).