# Functions

FromUnixMilli constructs a new Timestamp from the provided unix milliseconds value.
New constructs a new Timestamp from the provided time.Time.
Now constructs a new Timestamp from the current time.
ToTimestamp constructs a new Timestamp from the provided time.Time.

# Variables

ErrEmptyTimestamp is returned from Validate if the timestamp was empty.

# Structs

A Timestamp represents a point in time independent of any time zone or local calendar, encoded as a count of seconds and fractions of seconds at nanosecond resolution.