Originally posted by: karelknake
I need to synchronize the running of certain jobs on my server (in Americas) with a server in Europe. Switching to daylilght saving time is done on deifferent dates, so I want to use UTC to run the jobs, without changing my servers timezone to UTC.
I created a user that has export TZ=UTC in its .profile, which gives UTC time when running 'date' command, but the jobs in his crontab still run in EDT.
Does AIX support the CRON_TZ entry in crontab? It does not give an error but the cronjobs still run in EDT.
Any help appreciated.