Excerpt
Time.zone = "US/Eastern"
every 1.day, :at => Time.zone.parse('4:30 am').utc do
command 'echo hello'
end
30 9 * * * /bin/bash -l -c 'echo hello >> /home/james/cool_app/log/cron_log.log 2>&1'
## [message] Above is your schedule file converted to cron syntax; your crontab file was not updated.
## [message] Run `whenever --help' for more options.
If any of you might be able to see an issue I don't let me know, kindly.
Time.zone = "US/Eastern"
every 1.day, :at => Time.zone.parse('4:30 am').utc do
command 'echo hello'
end
30 9 * * * /bin/bash -l -c 'echo hello >> /home/james/cool_app/log/cron_log.log 2>&1'
## [message] Above is your schedule file converted to cron syntax; your crontab file was not updated.
## [message] Run `whenever --help' for more options.
If any of you might be able to see an issue I don't let me know, kindly.