On Thu, 4 Jun 2009, Lester Caine wrote:

> 2/
> "It is not safe to rely on the system's timezone settings. You are *required*
> to use the date.timezone setting 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
> 'Europe/London' for '1.0/DST' instead in"
> 
> But the bitweaver structure works in UTC for everything and only converts to a
> time zone if the client has set one in their profile. We have had too many
> problems with PHP trying to default to 'server time' and so that is never
> used. So how do we get rid of this warning?

Like the error message says:

        "You are *required* to use the date.timezone setting or the 
         date_default_timezone_set() function."

regards,
Derick

-- 
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org
twitter: @derickr

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to