php Warning: strtotime() Error

Posted by Kavithanbabu on Stack Overflow See other posts from Stack Overflow or by Kavithanbabu
Published on 2013-02-20T11:30:46Z Indexed on 2013/11/04 15:54 UTC
Read the original article Hit count: 221

Filed under:
|
|
|
|

I have changed my joomla and wordpress files from old server to new server. In the front end and admin side its working without any errors. But in the Database (phpmyadmin) Section it shows some warning messages like this..

Warning: strtotime() [function.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 'IST/5.0/no DST' instead in /usr/share/phpmyadmin/libraries/db_info.inc.php on line 88

Warning: strftime() [function.strftime]: 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 'IST/5.0/no DST' instead in /usr/share/phpmyadmin/libraries/common.lib.php on line 1483

Can you please suggest, how to hide these warning messages??

Thanks in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about string