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

3 uses

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

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