func github.com/golang/protobuf/ptypes.TimestampProto

5 uses

	github.com/golang/protobuf/ptypes (current package)
		timestamp.go#L50: 	ts, err := TimestampProto(time.Now())
		timestamp.go#L59: func TimestampProto(t time.Time) (*timestamppb.Timestamp, error) {

	cloud.google.com/go/logging
		logging.go#L180: 	unixZeroTimestamp, err = ptypes.TimestampProto(time.Unix(0, 0))
		logging.go#L874: 	ts, err := ptypes.TimestampProto(t)

	google.golang.org/grpc/internal/binarylog
		method_logger.go#L75: 	timestamp, _ := ptypes.TimestampProto(time.Now())