Dear visitor, welcome to Dreamboard.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
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?
cp /usr/share/zoneinfo/Moscow /etc/avahi/etc/localtime
rm /etc/localtime
ln -s /usr/share/zoneinfo/Moscow /etc/localtime
and reboot your dreambox. maybe it helps.
This doesn't help. As i said, after reboot /etc/localtime set to /usr/share/zoneinfo/CET and /etc/avahi/etc/localtime too.