Hello all,
I seem to have stumbled on another oddity I can't solve...my user registration times are based on GMT, not on Pacific time as I have configured in the bbpress config.php file, as well as the wp Admin->Options page. I have added the following php script to a page to detect the server time.
<? print date("F d, Y H:i:s", time())?>
The time returned is the correct (Pacific) time, (-8 GMT). Any suggestions where else I can look, what else to try?