Represents a point in time with seconds and nanoseconds precision.
The Timestamp class provides methods for creating, manipulating, and converting
timestamps. It supports operations such as addition of nanoseconds, conversion to
JavaScript Date objects, and generation of timestamps based on the current time.
Represents a point in time with seconds and nanoseconds precision.
The
Timestamp
class provides methods for creating, manipulating, and converting timestamps. It supports operations such as addition of nanoseconds, conversion to JavaScript Date objects, and generation of timestamps based on the current time.