Code: Select all
$date_time = strtotime("$test hour");
echo date("l - M j, Y - g:i A", $date_time);Today I updated from OSX 10.5.8 to 10.6.3
While checking things out after the update the local server gives me this
I have been Googling and have no clue what is going on. It is just a simple time-stamp for the page; I am a php novice and tend to use Perl.Warning: strtotime() [function.strtotime]: 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. /Sites/home.php on line 78
Warning: date() [function.date]: 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. /Sites/home.php on line 79
Thanks