Page 4 of 4

Re: [SOLUTION] OC 3.0.3.7 Timezone Issue

Posted: Mon Sep 26, 2022 8:04 pm
by ADD Creative
lenvil11 wrote:
Mon Sep 26, 2022 12:45 pm
By default, timezone in Opencart 3 is set to UTC.
As a result, the incorrect operation of events related to time: for example, special offers.

It's so simpe to configure the correct timezone: open the file system/config/default.php and specify the desired time zone instead of UTC in the line:
// Date
$_['date_timezone'] = 'UTC';
For example, for Ukraine it will look like this:
// Date
$_['date_timezone'] = 'Europe/Kiev';
Here you can find the list of supported timezones: List of Timezones.

Don't forget to refresh caches after changes.
In 3.0.3.7 and above you also need to set the time zone in the settings.

Re: [SOLUTION] OC 3.0.3.7 Timezone Issue

Posted: Tue Jun 24, 2025 12:28 pm
by ajimenez58
I recovered the access by setting config_timezone to UTC in my ocyc_setting table with phpmyadmin in Opencart 3