Is there a way of setting up a cronjob for a specific timezone?
My shared hosting is in USA (Virginia) and I am in UK. If I set a cron job to be executed at 1600 hrs
To expand on AlexT's answer:
CRON_TZ="Europe/London"
is the answer.
p.s. If anyone is here looking for timezone fixes for GoDaddy, I recommend putting...
export TZ="Europe/London"
...in your .bashrc so that your console runs in your timezone.