MyBB Community Forums

Full Version: Invalid Timezone/Date Format
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, My Forum URL is debat.es

I did a fresh installation of the latest version avalible for download, and I'm getting an Invalid Timezone error, see below:

[Image: c68ca849df77ccdbabcd8fe24c810365.png]

I'm not sure what to do to fix it, I've looked for timezone settings in the config.php file, and in the AdminCP, but have not found anything.

Any assistance would be greatly appreciated!
It seams the timezone set in the PHP configuration is invalid.
(2014-05-31, 04:20 PM)StefanT Wrote: [ -> ]It seams the timezone set in the PHP configuration is invalid.

The date.Timezone set for php is UTC
MyBB doesn't set it to CDT so it must come from somewhere else.
Your php.ini file should have a line defining date.timzezone
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "America/Chicago"
Change the name of the timezone to the appropriate value from the zoneinfo database.