Hello. I'm using Pro GK4. I have a problem with this module. When I post a new article, these items are not updated on the main page.
I do not know what could be.
JFactory::getDate
// check if the timezone offset is set
if($config['time_offset'] == 0) {
$date = JFactory::getDate();
} else {
$date = JFactory::getDate($config['time_offset'].' hour '.date('Y-m-d H:i:s', strtotime('now')));
}