💻 Software
how to run cron jobs on GMT not local time?
Fresh5 days ago
Mar 15, 202624744 viewsConfidence Score0%
0%
Problem
How can I make cron jobs run on GMT, not local time? this is my crontab file: my jobs seem to be running at the local time (GMT+11) I am running os x snow leopard, but will move the code onto linux when development is complete. The linux environment may be a shared environment where I may has less …
Error Output
#m h d m wday command TZ=GMT 5 0,6,12,18 * * * ~/Documents/bash/transfer.sh
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: how to run cron jobs on GMT not local time?
Low Risk
Not all versions of support running jobs using a time zone other than the system's. If yours does, it's likely that the specification should be or (without the angle brackets). In some cases, the variable would be . The best thing to do is check the…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix