cakephp 1.3 : getting warning: strtotime() on console

EvilWind

New Member
I am trying to create a controller in cakephp using console. But when I try to do so,I am getting a warning on my console window as follows How can i fix this issue ? \[quote\] C:\xampp\htdocs\cake\apressblog\app>cake Warning: 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 ' Asia/Calcutta' for '5.5/no DST' instead in C:\xampp\htdocs\cake\apressblog\cake\ libs\cache.php on line 570 Warning: 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 ' Asia/Calcutta' for '5.5/no DST' instead in C:\xampp\htdocs\cake\apressblog\cake\ libs\cache.php on line 570
 
Back
Top