Getting error:
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. We selected 'America/New_York' for 'EST/-5.0/no DST' instead in /home/bdr/php_inc/tbs_class_php5.php on line 2834 |
I did set php.ini as follows
date.timezone = America/New_York |
and phpinfo(); shows: date.timezone America/New_York
Any ideas what to do to correct this?
Thanks for TBS every day,
TomH