On Sun, Jan 18, 2009 at 7:03 PM, Tom Printy <[email protected]> wrote: > Hi Everyone, > > When using Logger I get the following in my views: > Strict Standards: 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/Chicago' for 'CST/-6.0/no DST' instead > in /var/www/hhcpo/library/Zend/Log.php on line 138 > > > How can I turn this off or disable this message? > > Thanks > -Tom Printy
By setting a timezone in your php.ini or through date_default_timezone_set()?
