According to Wikipedia, Noether's theorem (for the mechanics of a point particle) says that if the following transformation is a symmetry of the Lagrangian
$$t \to t + \epsilon T$$
$$q \to q + \epsilon Q$$
Then the following quantity is conserved
$$\left( \frac{\partial L}{\partial \dot{q}}\dot{q} - L \right) T - \frac{\partial L}{\partial \dot{q}} Q$$
Now at this point we almost always consider either $T=1$ or $T=0$ --- we might consider some interesting transformation of the spatial co-ordinate, such as $\vec{Q} = \vec{n} \times \vec{q}$ for spatial rotations, but we rarely consider some interesting transformation of time.
Suppose our Lagrangian is given by
$$L = \frac{1}{2}m\dot{q}^2$$
i.e. a simple kinetic Lagrangian. Then can we not make the transformation
$$t \to t' = t + \epsilon t = (1+\epsilon)t$$
$$q \to q' = q + \epsilon q = (1+\epsilon)q$$
i.e. $T=t$ and $Q=q$. This is the simplest example of a time transformation I could think of that wasn't the trivial $T=1$ or $T=0$. Then I would argue that our Lagrangian is invariant under this transformation, since
$$\frac{d q'}{d t'} = \frac{d q'}{d q}\frac{d q}{d t}\frac{d t}{d t'} = (1+\epsilon) \frac{dq}{dt}(1+\epsilon)^{-1} = \frac{dq}{dt}$$
and so in the new co-ordinates, we have the same Lagrangian. Then from the expression at the top of this post, the quantity
$$\left(\frac{1}{2}m\dot{q}^2\right)t - (m\dot{q})q$$
should be conserved. We can trivially show it isn't, however.
Where is my error?