On Fri, May 27, 2011 at 1:36 PM, Micky Hulse <mickyhulse.lists@xxxxxxxxx>wrote: > On Fri, May 27, 2011 at 10:27 AM, Micky Hulse > <mickyhulse.lists@xxxxxxxxx> wrote: > > Would it be safe for me to conclude that Pair is not setup properly? > > Haha, "Pear" the package, not the host. :D > > http://www.pair.com/ > > Typo. My bad. > > Also, what the heck does this mean: > > "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/New_York' for > 'EDT/-4.0/DST' instead in /home/USER/public_html/test.php on line 6" > The host is apparently using PHP 5.3 - this message started to appear in this version. Use date_default_timezone_set() somewhere in your code to explicitly set your timezone. I'm in the central US, so I use 'America/Chicago'. See the docs for more info. Not sure about your original question. Happy coding, ~Philip http://lonestarlightandsound.com/