php Warning: strtotime() Error

后端 未结 4 1235
无人及你
无人及你 2021-01-19 10:09

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)

4条回答
  •  失恋的感觉
    2021-01-19 10:22

    date_default_timezone_set('Europe/London'); 
    

    try this PHP code may be your problem has solve ...

提交回复
热议问题