Time in VU+DUO

paperino61

Vu+ User
Hi to all, I'm not be able to understand how date-time works.....
at the moment i'ts half past nine in the morning and the UI of every channel shows the right time; see the picture taken some minutes after:

upload_2014-10-11_9-34-55.png

in telnet, this is the ansewr of "date command" (I think it is Universal Time)
root@bm750:~# date
Sat Oct 11 07:30:13 UTC 2014



a script schceuled in this way ( bh.cron and root file in /etc/bhcron )
00 09 * * * /usr/script/epg_global_start.sh
start every day at 11:00 in the morning (I saw that yesterday from my eyes and it's confirmed for other day from log produced by script)

Time zone is set in: GMT+1 (Rome ecc)

Timer sxheduled in "timer panel" always work fine.....
the problem seems to be only in chron..... perhaps is it based on UTC ?

thanks for any help

g.
 
Hi to all, I'm not be able to understand how date-time works.....
at the moment i'ts half past nine in the morning and the UI of every channel shows the right time; see the picture taken some minutes after:

View attachment 16064

in telnet, this is the ansewr of "date command" (I think it is Universal Time)
root@bm750:~# date
Sat Oct 11 07:30:13 UTC 2014



a script schceuled in this way ( bh.cron and root file in /etc/bhcron )
00 09 * * * /usr/script/epg_global_start.sh
start every day at 11:00 in the morning (I saw that yesterday from my eyes and it's confirmed for other day from log produced by script)

Time zone is set in: GMT+1 (Rome ecc)

Timer sxheduled in "timer panel" always work fine.....
the problem seems to be only in chron..... perhaps is it based on UTC ?

thanks for any help

g.

It's strange that you have UTC times (that are two hour back)...
My SoloSE has this answer at date command
Code:
root@vusolose:~# date
Sat Oct 11 11:46:00 CEST 2014
 
Back
Top