# Functions
FromTimestamp parses a `ptypes.Timestamp` into the bounds of a timestamp.
FromUnixMillis parses the given uint64 as a timestamp in ms.
No description provided by the author
MaxTimestamp returns the maximum timestamp possible, which corresponds to having a seconds field of `253402300799`, and a nanoseconds field of 1e9-1.
Parses an ISO-8601 formatted duration.
SafeUnix is a safe way of calling a `time.Unix` without nsec added.
ToTimestamp parses a `time.Time` into the bounds of a timestamp, rounding values outside of the valid range to those inside the valid range.
ToUnixMillis parses a given time into unsigned milliseconds.
# Constants
MaxTimestampNanos is the largest number of nanoseconds allowed in a protobuf timestamp.
MaxTimestampSeconds is the seconds field of the latest valid protobuf timestamp.
MinTimestampSeconds is the seconds field of the oldest valid protobuf timestamp.