You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the correct hour in crontab is 25 0 * * *, if you are using UTC/BST timezone in your server. I have compared date output with countdown clock in packt's website, and conclude this solution.
Here is my crontab settings: 25 0 * * * /usr/bin/nodejs /home/user/grab_packt/server.js >> /tmp/cron_output
The text was updated successfully, but these errors were encountered:
I think the correct hour in crontab is
25 0 * * *
, if you are using UTC/BST timezone in your server. I have compareddate
output with countdown clock in packt's website, and conclude this solution.Here is my crontab settings:
25 0 * * * /usr/bin/nodejs /home/user/grab_packt/server.js >> /tmp/cron_output
The text was updated successfully, but these errors were encountered: