Looks like you're checking elapsed time immediately after instantiating the tween, so elapsed time of zero at that point makes sense (technically some number of nanoseconds would have elapsed in real time, but I'm guessing the reported elapsed time only updates once per frame and will be zero throughout the frame the tween starts).
If the animation is working what's the problem?