Jump to content
Larry Ullman's Book Forums

Recommended Posts

I received errors regarding scripts related to times and dates.

I added the following script in the config.inc.php in the 2nd ecommerce site

 

<?php

 

date_default_timezone_set("your_timezone");

 

echo date ("Y/m/d H:i:s");

 

?>

 

this solved the re-occurring errors

 

Link to comment
Share on other sites

 Share

×
×
  • Create New...