Post by jfn99 » Fri Dec 28, 2018 10:09 am

On opencart 3 admin, under Reports > Who's Online, the Last Click table stores time stamp as UTC format to table oc_customer_online.

How can I have it display EST time instead of UTC timestamp on the admin reports/Who's online?

New member

Posts

Joined
Thu Feb 25, 2010 5:14 pm

Post by Johnathan » Fri Dec 28, 2018 11:12 pm

Timestamps are determined by your server timezone settings, which you can usually change by adding a line like this to your /php.ini and /admin/php.ini files:

Code: Select all

date.timezone = "US/Eastern"

You can find a list of PHP timezones here:

http://www.php.net/manual/en/timezones.php

If that doesn't work, contact your web host for support --- it's probably a change they can do on their end for you.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am

Who is online

Users browsing this forum: No registered users and 18 guests