My store location is Chichester, West Sussex, current local time is 7:30 AM, which is +1h DST,
But my store time is 6:30,
How to solve this?…
I need any of these solutions, from OpenCart dashboard/source code modification,
or
from cPanel
Current Version is 3.0.2.0
2
Answers
Worked
Enter the required timezone for the webserver.
In system/startup.php find below code :
find :
if (!ini_get('date.timezone')) {
date_default_timezone_set('UTC');
}
replace :
if (!ini_get('date.timezone')) {
date_default_timezone_set('DST');
}