webif api: currenttime returns wrong time

  • Hello.


    It's seems, in dreambox web interface time is right (+0400), but currenttime returns +0200.


    When i do date in dreambox ssh it shows me the same time as currenttime - +0200 (/etc/localtime is a symbolic link and points to /usr/share/zoneinfo/CET). I delete /etc/localtime, and to ln -s /usr/share/zoneinfo/Moscow /etc/localtime. After this date shows me +0400 time, but currenttime shows me +0200 as earlier. After rebooting /etc/localtime points to /usr/share/zoneinfo/CET.


    What can i do for a correct currenttime request result?