AbanteCart Community
Shopping Cart Operations => Support => Topic started by: Kenneth Mark on September 27, 2019, 09:25:27 PM
-
Hi,
Already config my php.ini to add the time zone
date.timezone="Asia/Manila"
Checked and confirmed on PHPinfo()
Default timezone Asia/Manila
Server Time (Status - Lower Left Admin Dashboard)
Displays correct time zone (Asia/Manila)
Problem is, the Order Details on Customer is not the same as the Default timezone set on PHP.
Is there any way to just add the function below?
date_default_timezone_set('Asia/Manila');
BTW, My host already adjust and adjust the time on their side.
Thanks.
P.S. - New user of Abantecart, hoping for your guidance and advice.
-
Please see additional info (Image provided)
-
Problem fixed..
Reference: http://forum.abantecart.com/index.php?topic=5843.0
$connection->query("SET @@session.time_zone = '+08:00';");