The problem is slightly different than finding the sum of classic exponential distributions, this is why I am asking the question.
$p(t|T) = e^{T-t}$ if $t > T$ and $0$ otherwise
The objective is to give an estimation for parameter $T$, based on $n$ observations. As the mean is $T+1$, we can use the following estimator :
$T^* = \frac{1}{n} \cdot \sum_{i=1}^{n} (x_{i} - 1)$ with $i = 1..N$
Finding the sampling distribution of $T^*$ would allow to give an estimate for the parameter $T$ with a confidence interval.
Do you have any hint to provide? Many thanks for your help!
EDIT : I found a related post where the answers of Henry concerning the sampling distribution of $T^*$ and the $T^+$ estimator could help.