On Fri, May 27, 2011 at 12:06 PM, Philip Thompson
<philthath...@gmail.com> wrote:
> 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.

Thanks Philip! I will give that a try. :)

Testing now...

Nice! That helped! :)

date_default_timezone_set('America/Los_Angeles');

Now all I got to do is convince my friend that the host needs to add
Pear to the include path (at least, I think this is the problem with
Pear).

Thanks again Philip!

Have a great day.

Cheers,
Micky

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to