Hi all,
I test my website which build in grocery crud running in remote centos 6.4 server but when loading the database, it shows this error:
Severity: Warning
Message: mktime(): 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/Manila' for 'PHT/8.0/no DST' instead
Filename: libraries/Grocery_CRUD.php
Line Number: 284
The value in Default timezone = Asia/Manila. I change this value to UTC in php.ini but it did not change the default value.
Is there a way to change the date function on the libraries/Grocery_CRUD.php file?
PHP 5.3.3. is the current version in centos 6.4 server.
Thanks in advance.