Closed (fixed)
Project:
Daylight saving time
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2012 at 10:58 UTC
Updated:
1 Feb 2012 at 22:30 UTC
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
Comment #1
ilya1st commentedWe use date_default_timezone_set() in this module, so all work fine :)
Also we allow use only available in current system timezones :)
See code.