Author Topic: Order Details (Date/Time) Issue  (Read 2470 times)

Offline Kenneth Mark

  • Newbie
  • *
  • Posts: 3
  • Karma: +1/-0
    • View Profile
Order Details (Date/Time) Issue
« 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.

Offline Kenneth Mark

  • Newbie
  • *
  • Posts: 3
  • Karma: +1/-0
    • View Profile
Re: Order Details (Date/Time) Issue
« Reply #1 on: September 27, 2019, 09:41:46 PM »
Please see additional info (Image provided)


Offline Kenneth Mark

  • Newbie
  • *
  • Posts: 3
  • Karma: +1/-0
    • View Profile
Re: Order Details (Date/Time) Issue
« Reply #2 on: September 27, 2019, 10:28:20 PM »
Problem fixed..
Reference: newbielink:http://forum.abantecart.com/index.php?topic=5843.0 [nonactive]


   $connection->query("SET @@session.time_zone = '+08:00';");
« Last Edit: September 30, 2019, 06:01:34 AM by Basara »

 

Powered by SMFPacks Social Login Mod