MyBB Community Forums

Full Version: timezone offset problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok i went to inc/functions.php and i went down to line 307 where it says

if($offset == "-")

	{

		$offset =0;

	}

And I changed the value to -4 to see if i can get my default timezone to EST, bc i went to admin and had -4 but it was showing up as -12 on the registration form. But when I changed it back to 0, suddenly in Firefox I cannot view my forum anymore. I deleted all my cookies and everthing. But in IE i can view my forum. Can someone explain this to me? thanks.
nevermind...

I just restored the old code from the functions.php file in my installation folder on my desktop, and it works fine. But i wonder even tho it was the same code why i couldnt see anything. Oh well.
You can change the default timezone MyBB uses in the Admin CP under Settings then Date and Time Formats.
yea but even tho i have the default timezone to -4 (EST) it still shows up as -12 in the registration as default
There's a bug (fixed in 1.2) for negative default timezones on registration.
when is the release of 1.2?
Toungue approximately june
Ow, it's a bug.. I was having the same problem. Toungue