Hi folks!
I have a small problem here, I get this following error message :
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. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in
and this is the code written on that particular row;
$date = strftime("%b %d, %Y",strtotime($row['time_sent']));
does anybody know what I can do to fix this?
Thanks in advance
Daniel Lisik
I have a small problem here, I get this following error message :
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. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in
and this is the code written on that particular row;
$date = strftime("%b %d, %Y",strtotime($row['time_sent']));
does anybody know what I can do to fix this?
Thanks in advance
Daniel Lisik