GetSimple Support Forum

Full Version: Set timezone problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear,

i have a problem when i will set the timezone settings.
Debug mode shows the following problem:

Strict Standards: Unknown: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in Unknown on line 0

any ideas ?

regards schning
1)

which timezone did you set in your personal profile?

2)
what did you set in gsconfig.php?

From the wiki: http://get-simple.info/wiki/config:gsconfig

Code:
# Set PHP locale
# http://php.net/manual/en/function.setlocale.php
setlocale(LC_ALL, 'en_US')

set it with the adaequate timezone, does the problem happen again?
thx

i have updated my "User Profile" with the right timezone and now it works.

regards schning