Hi!
In my crontab, I have :
0 6 * * * /tools/expl/job/save_total 1>/tools/expl/log/sauvegarde.log 2>&1é
But i have a "shift" between the system time and the crontab because my script run at 13:00 and not at 06:00
In /etc/environment my TZ value is:
TZ=NFT-1DFT,M3.5.0/2:00:00,M10.4.0/2:00:00
(Because i am in France)
I don't understand this shift....
Thinks!