[autoyast] "timezone_proposal" doesn't work

I’m using SLES 11 SP2, and want to install the OS by autoyast.

In my autoyast configuration file, I set “US/Pacific” as the default timezone, and ask user for a new timezone while the proposal stage. System do switch to the date/time setup stage and let me chose my new timezone, I can see the new timezone in the confirm list, then I confirmed the install. But the timezone still be my default one after the install.

Is this a bug of autoyast? Or anything I set wrong, below attached my autoyast configuration script, please help to advice, thanks.

    <timezone>
        <hwclock>localtime</hwclock>
        <timezone>US/Pacific</timezone>
    </timezone>
    <keyboard>
        <keymap>english-us</keymap>
    </keyboard>
    <language>en_US</language>
    <bootloader>
      <global>
        <activate>true</activate>
        <boot_root>true</boot_root>
        <gfxmenu>none</gfxmenu>
      </global>
      <loader_type>grub</loader_type>
    </bootloader>
    <general>
      <mode>
        <confirm config:type="boolean">true</confirm>
        <forceboot config:type="boolean">false</forceboot>
      </mode>
      <mouse>
        <id>none</id>
      </mouse>
<proposals config:type="list"> 
<proposal>timezone_proposal</proposal>
<proposal>country_simple_proposal</proposal>
<proposal>software_proposal</proposal>
<proposal>partitions_proposal</proposal>
<proposal>bootloader_proposal</proposal>
<proposal>users_proposal</proposal>
<proposal>deploying_proposal</proposal>
<proposal>hwinfo_proposal</proposal>
<proposal>runlevel_proposal</proposal> 
</proposals>
    </general>

Hello,

Try to change time zone editing this file vi /etc/sysconfig/clock and run SUSEconfig.

[QUOTE=pastur;10262]Hello,

Try to change time zone editing this file vi /etc/sysconfig/clock and run SUSEconfig.[/QUOTE]

Thanks, but I need it setup the time zone by autoyast. It need to run on so many machines.