Module timestamp

Source

Structsยง

Builder
A builder for Timestamp
Complete
The final stage for Timestamp.
NanosStage
The nanos stage for Builder.
SecondsStage
The seconds stage for Builder.
Timestamp
Picosecond precision timestamp type, represented by an epoch time in seconds, a nanosecond offset, and optional picosecond offset. The nanosecond offset is from the start of the epoch second, so must be less than 1 billion. The optional picosecond offset is only used for picosecond-precision data sources and is from the start of the nanosecond, so must be less than 1000.