AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Kenneth Mark on September 27, 2019, 09:25:27 PM

Title: Order Details (Date/Time) Issue
Post 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.
Title: Re: Order Details (Date/Time) Issue
Post by: Kenneth Mark on September 27, 2019, 09:41:46 PM
Please see additional info (Image provided)

Title: Re: Order Details (Date/Time) Issue
Post by: Kenneth Mark on September 27, 2019, 10:28:20 PM
Problem fixed..
Reference: http://forum.abantecart.com/index.php?topic=5843.0


   $connection->query("SET @@session.time_zone = '+08:00';");