Possible Duplicate:
How to fix warning from date() in PHP"
I have PHP set up within a chrooted environment (on an android device but this shouldnt be an issue), and have set the data.timezone in the used php.ini as required. However I still get the warning messages.
I have checked using phpinfo() that I have changed the right php.ini but its still giving the error.
What could be causing this? my understanding is that changes you make in php.ini take effect right away am I right?
If you need any more information let me know!
Error message:
Warning: date(): it is not sage to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function......