Page 1 of 1

cron schedule and incorrect server time

PostPosted: Mon Apr 29, 2019 11:01 am
by jdbruijn
If I create a cron job that runs every hour, on the hour. And the cron function does application.output(utils.dateFormat(new Date(), 'HH:mm')).
What should the result be when the (Windows) server time is not correct?
I expect the output to always be exactly on the hour, but that is not what is happening. Have seen it a couple of minutes off.