Greetings to StackOverflow gurus!
Here's the issue I'm struggling with.
I run phpinfo() in MAMP, and the resulting table shows "no value" in both columns of the date.timezone row.
Additionally, the page displays the following:
Warning: phpinfo() [function.phpinfo]: 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 /Applications/MAMP/bin/mamp/phpinfo.php
In thr php.ini file, however, the setting is as follows:
date.timezone = America/New_York
I foresee the recommendation to check that the path to php.ini is correct - I've already done that, and the path is indeed correct: /Applications/MAMP/conf/php5.3/php.ini - that IS the file that has the value set.
How can I remedy the issue? What am I missing?
Would be grateful for help from a knowledgeable person.