Quote Originally Posted by 10gallons View Post
Hello, I'm hoping someone may be able to help me.

I'm running v1.3.8 with the latest patches and also the mod that allows me to use Australian time and not US time. I've setup the mod so that my time is pretty close, but I get the following in yellow up the top of the Admin screen...

Warning TIME ZONE OFFSET ERROR!
Time Zone Offset is set to +10 Hours.
The difference between Server & Database time is 0.00666666666667 Hours.
Warning 2009-08-28 17:47:31: TZ Server Time
Warning 2009-08-28 17:47:07: Offset Database Server Time:

I'm not exactly sure what it all means. All help greatly appreciated.
It shows that there is 24 seconds difference between your adjusted mysql server time and your php time.
Possibly because they are on different servers.

The mod appears to be working fine for what you want.

Either ignore this annoying message
or... remove the "optional" file that checks this and replace the original
\admin\includes\header.php
or... rework the logic of this file so that it ignores differences of a minute or so instead of checking down to the second.