Bugzilla – Attachment #373554: patch for /usr/share/YaST2/include/timezone/dialogs.ycp for bug #617861
}
else if (ret == `settime)
{
// timezone was not adapted in ncurses (bnc#617861)
if (textmode)
string tz = selected_timezone ();
if (tz != timezone)
timezone = tz;
if (timezone != timezone_old)
changed_time = true;
timezone_old = timezone;
SetTimezone (hwclock_s, timezone, false, changed_time);
if (SetTimeDialog())
Timezone::diff = 0;