News:

AbanteCart v1.4.2 is released.

Main Menu
support

Order Details (Date/Time) Issue

Started by Kenneth Mark, September 27, 2019, 09:25:27 PM

Previous topic - Next topic

Kenneth Mark

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.

Kenneth Mark

Please see additional info (Image provided)


Kenneth Mark

#2
Problem fixed..
Reference: http://forum.abantecart.com/index.php?topic=5843.0


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

Forum Rules Code of conduct
AbanteCart.com 2010 -