I also get the notices when I run the sfPropelPlugin tests like the following:
$ cd lib/plugins/sfPropelPlugin/test/functional/ $ php customizationTest.php Strict Standards: 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 'CDT/-5.0/DST' instead in /Users/jwage/Sites/symfony1.2svn/lib/config/sfRootConfigHandler.class.php on line 91 Strict Standards: 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 'CDT/-5.0/DST' instead in /Users/jwage/Sites/symfony1.2svn/lib/config/sfDefineEnvironmentConfigHandler.class.php on line 63 It has to be something specific to my environment, I just don't know what :( - Jon On Sun, Oct 5, 2008 at 1:08 AM, Jonathan Wage <[EMAIL PROTECTED]> wrote: > I am getting these in the local symfony 1.2 project I am using in the > sfDoctrinePlugin test suite. > > Strict Standards: 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 'CDT/-5.0/DST' > instead in > /Users/jwage/Sites/symfony1.2svn/lib/config/sfRootConfigHandler.class.php on > line 91 > > Any ideas if this is a problem or if something I am doing is causing the > notices? > > Thanks, > > -- > Jonathan H. Wage > Open Source Software Developer & Evangelist > http://www.jwage.com > -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
