Ad Widget

Collapse

1.3.4 date problem in users.php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sbadger
    Member
    • Dec 2005
    • 81

    #1

    1.3.4 date problem in users.php

    Is any body seeing errors in the Administration Users, Audit and Notifications tabs where it is complaining about :

    date() [function.date]: 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 'America/Denver' for 'MST/-7.0/no DST' instead[/var/www/html/users.php:386]

    I am running this on Fedora Core 5 with php ver 5.1.6 .
  • sbadger
    Member
    • Dec 2005
    • 81

    #2
    Fixed! Setting in php.ini.

    Found the fix here:

    Comment

    • ockyocky
      Junior Member
      • Jun 2007
      • 1

      #3
      date.timezone

      Can some please help me, I used the following for php.ini and it still doesn't work

      date.timezone = America/Denver
      date.timezone = 'America/Denver'
      date.timezone = "America/Denver"

      Is it possible to just bypass this feature?

      Regards

      Comment

      Working...