In Finland, it's daylight saving time now and since Kide doesn't automatically change time zone, I would like know how to do it manually so times will be correct again. There isn't sychnronize time button in the front options(there's only the Optimize delay button and it doesn't help in this case) so code changes are needed.
if ($user_config->load("gmt") === null)
$doc->addScriptDeclaration('
var tiempo = new Date();
kide.save_config("gmt", (tiempo.getTimezoneOffset()/60)*-1);');Above is probably the part of the code I should edit but how I should edit it?
I would like to suggest that in the future, make Kide automatically get time settings from Joomla.