Quote:
Originally Posted by alaska_av8r
Did anyone ever find out why the start date and end date automatically increments the hourly valude as mentioned in post 2116.
Mine behaves the same way, I set a start time and end time and it will automatically increment to a later time as you save a setting.
If I set it to end at 0200 and click save, when I look at it again it shows 0400, if I change nothing and hit save it shows 0600.
|
We have discussed this problem several times, and essentially there is a timing difference between the local time of the web server and the MySQL server. Since MySQL runs as root and Apache not always, there may be time zone differences. Best of all is to make sure that these differences do not exist, alternatively adjust the time zone of the web server in order to match the system time. Also, your system should not change time due to DST, but at most the time zone for their user accounts. And, of course, you should use NTP to sync date and time frequently.
In any case, this information is only for system administrators and it is really, "really" the last time I will ever mention it