Having this integral:
$$\int_{x-t}^{x+t}\delta(z)dz$$
the solution is:
$$ \begin{cases} 1& \text{for $|x| < t$} \\ 0 & \text{else} \end{cases}$$
Namely, all the domain of $x-t<z<x+t$ will have $1$ in the integral, but why? Shouldn't I check when $z=x+t=0$ and $z=x-t=0$ so the solution should be: $1$ when$|x|=t$ else zero? why in the solution all the domain $x-t<z<x+t$ gets 1?