Quote:
Originally Posted by zackw
Still looking for information on my issue:
https://vborg.vbsupport.ru/showpost....postcount=2116
Why does the start and stop times auto-increment by an hour every time the banner is saved? This doesn't seem like a proper feature, I want to set the hour and minutes exactly the way I want, it doesn't make sense for the times to change on their own.
Thoughts?
|
This is a server issue, where the database server runs on a different time or time zone than the web server. Your hosting provider should really use NTP in order to keep the date/time aligned and use the same time zone on all servers.
We use this:
Code:
# cat /etc/cron.d/ntpdate
0 1 * * * root ntpdate pool.ntp.org > /dev/null 2>&1