Bugzilla – Attachment #321459: patch for /usr/share/YaST2/clients/save_config_finish.ycp for bug #538357
// progress step title
Progress::Title (_("Saving time zone..."));
// clock must be set correctly in new chroot
Timezone::Set (Timezone::timezone, true);
Timezone::Save();
Progress::NextStep ();
if (!Mode::update ())
{