var github.com/golang-jwt/jwt/v5.TimePrecision

5 uses

	github.com/golang-jwt/jwt/v5 (current package)
		types.go#L18: var TimePrecision = time.Second
		types.go#L39: 	return &NumericDate{t.Truncate(TimePrecision)}
		types.go#L53: 	if TimePrecision < time.Second {
		types.go#L54: 		prec = int(math.Log10(float64(time.Second) / float64(TimePrecision)))
		types.go#L56: 	truncatedDate := date.Truncate(TimePrecision)