const github.com/jackc/pgtype.pgTimestampFormat

3 uses

	github.com/jackc/pgtype (current package)
		timestamp.go#L12: const pgTimestampFormat = "2006-01-02 15:04:05.999999999"
		timestamp.go#L113: 		tim, err := time.Parse(pgTimestampFormat, sbuf)
		timestamp.go#L169: 		s = src.Time.Truncate(time.Microsecond).Format(pgTimestampFormat)