How can I change the time that the webpage is updated? (see attached icon) I would like to change the Time zone.
The server Time Zone is right (set to Athens) but the update time is wrong.
echo JText::_('TPL_GK_LANG_UPDATE_DATE') . ' ' . date(JText::_('TPL_GK_LANG_UPDATE_DATE_FORMAT'), $final_date);
echo JText::_('TPL_GK_LANG_UPDATE_DATE') . ' ' . date(JText::_('TPL_GK_LANG_UPDATE_DATE_FORMAT'), strtotime( $final_date ) + 'OFFSET IN SECONDS');