Hello,
I got this message in the phpmyadmin page, does DST dependent on this issue ??

Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting 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 'America/Denver' for 'MST/-7.0/no DST' instead in /usr/share/phpmyadmin/libraries/common.lib.php on line 1484

A little help would be appreciated,
Thank you

Comments

ilya1st’s picture

Category: bug » feature
Status: Active » Fixed

You are *required* to use the date.timezone setting or the date_default_timezone_set() function.

We use date_default_timezone_set() in this module, so all work fine :)
Also we allow use only available in current system timezones :)
See code.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.