I have an xsjob that I am try to run. my xscron string is "xscron": "* * * * 20 0 0" which should run at 8pm every night. Instead after activation the scheduled job in the logs says it's set to run 4 hours earlier. That wouldn't really be a big deal but if I want something to run at 11pm, I can't put in 27, because the accepted value range is 0 - 23. I'm near certain this has something to do with the system time of the server. How would I go about fixing this?
Add a comment