2019-10-16, 03:45:37
Try setting the timezone in gsconfig.php, like:
or
I think that you have to set Local timezone to --None-- in GS settings, so that this works.
Code:
define('GSTIMEZONE', 'Europe/London');
Code:
define('GSTIMEZONE', 'UTC');
I think that you have to set Local timezone to --None-- in GS settings, so that this works.