Re: [vdr] wrong time in tv program

2008-02-09 Thread Klaus Schmidinger
On 02/03/08 19:04, Martin SCHREIBER wrote:
 On Fri, 2008-02-01 at 16:32 +0100, Klaus Schmidinger wrote:
 On 01/29/08 20:16, Martin SCHREIBER wrote:
 hello!

 the time in the vdr (right bottom) is displayed correctly but the time
 for the tv movies are displayed with a 7 hour displacement.

 e.g. the local time is 20:11 but the start time of the tv movie is
 displayed as 13:00. but the correct tv movie name is displayed.

 'date' in the shell displays the correct time and also the correct
 timezone is set up in /etc/timezone as 'Europe/Berlin'.
 Is this happening only on a particular channel or on all channels?
 
 this happens on all channels
 
 Do you use the EPG data that comes from the broadcasters, or from
 some other source?
 
 as far as i know i just use the epg data from the broadcasters (dvb-s)
 i used the default settings on from the debian distribution.
 
 i also uploaded a screenshot:
 http://www.fs.tum.de/~schreibm/private/vdradmin.pl.jpeg
 
 another thing is that the correct program schedule is displayed for the
 first second and then it switches to the wrong one. but this only
 happens once for each tv station after a few minutes or hours.

Are you sure you have the correct time zone setting on your machine?

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] wrong time in tv program

2008-02-09 Thread Martin SCHREIBER
h! damn it:

xtruder:/etc# cat timezone 
Europe/Berlin
xtruder:/etc# date -R
Sat, 09 Feb 2008 11:40:52 -0600

i thought that the timezone is automatically updated from the
file /etc/timezone on every boot.

here's the solution on debian:

xtruder:/etc# date -R
Sat, 09 Feb 2008 05:01:30 -0600
xtruder:/etc# export TZ=Europe/Berlin 
xtruder:/etc# hwclock --hctosys
xtruder:/etc# date -R
Sat, 09 Feb 2008 19:02:03 +0100
xtruder:/etc# date -s 12:03 -R
Sat, 09 Feb 2008 12:03:00 +0100

--
so thanx for your help and or course for developing vdr! :-)

martin


On Sat, 2008-02-09 at 11:34 +0100, Klaus Schmidinger wrote:
 On 02/03/08 19:04, Martin SCHREIBER wrote:
  On Fri, 2008-02-01 at 16:32 +0100, Klaus Schmidinger wrote:
  On 01/29/08 20:16, Martin SCHREIBER wrote:
  hello!
 
  the time in the vdr (right bottom) is displayed correctly but the time
  for the tv movies are displayed with a 7 hour displacement.
 
  e.g. the local time is 20:11 but the start time of the tv movie is
  displayed as 13:00. but the correct tv movie name is displayed.
 
  'date' in the shell displays the correct time and also the correct
  timezone is set up in /etc/timezone as 'Europe/Berlin'.
  Is this happening only on a particular channel or on all channels?
  
  this happens on all channels
  
  Do you use the EPG data that comes from the broadcasters, or from
  some other source?
  
  as far as i know i just use the epg data from the broadcasters (dvb-s)
  i used the default settings on from the debian distribution.
  
  i also uploaded a screenshot:
  http://www.fs.tum.de/~schreibm/private/vdradmin.pl.jpeg
  
  another thing is that the correct program schedule is displayed for the
  first second and then it switches to the wrong one. but this only
  happens once for each tv station after a few minutes or hours.
 
 Are you sure you have the correct time zone setting on your machine?
 
 Klaus
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
-- 
Martin Schreiber

http://www.martin-schreiber.net

| Im Muehltal 48
| 91171 Greding
| GERMANY


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] wrong time in tv program

2008-02-03 Thread Martin SCHREIBER

On Fri, 2008-02-01 at 16:32 +0100, Klaus Schmidinger wrote:
 On 01/29/08 20:16, Martin SCHREIBER wrote:
  hello!
  
  the time in the vdr (right bottom) is displayed correctly but the time
  for the tv movies are displayed with a 7 hour displacement.
  
  e.g. the local time is 20:11 but the start time of the tv movie is
  displayed as 13:00. but the correct tv movie name is displayed.
  
  'date' in the shell displays the correct time and also the correct
  timezone is set up in /etc/timezone as 'Europe/Berlin'.
 
 Is this happening only on a particular channel or on all channels?

this happens on all channels

 Do you use the EPG data that comes from the broadcasters, or from
 some other source?

as far as i know i just use the epg data from the broadcasters (dvb-s)
i used the default settings on from the debian distribution.

i also uploaded a screenshot:
http://www.fs.tum.de/~schreibm/private/vdradmin.pl.jpeg

another thing is that the correct program schedule is displayed for the
first second and then it switches to the wrong one. but this only
happens once for each tv station after a few minutes or hours.

ciao,
  martin


 Klaus
 
 ___
 vdr mailing list
 vdr@linuxtv.org
 http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
-- 
Martin Schreiber

http://www.martin-schreiber.net

| Im Muehltal 48
| 91171 Greding
| GERMANY



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] wrong time in tv program

2008-02-01 Thread Klaus Schmidinger
On 01/29/08 20:16, Martin SCHREIBER wrote:
 hello!
 
 the time in the vdr (right bottom) is displayed correctly but the time
 for the tv movies are displayed with a 7 hour displacement.
 
 e.g. the local time is 20:11 but the start time of the tv movie is
 displayed as 13:00. but the correct tv movie name is displayed.
 
 'date' in the shell displays the correct time and also the correct
 timezone is set up in /etc/timezone as 'Europe/Berlin'.

Is this happening only on a particular channel or on all channels?

Do you use the EPG data that comes from the broadcasters, or from
some other source?

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] wrong time in tv program

2008-01-29 Thread Martin SCHREIBER
hello!

the time in the vdr (right bottom) is displayed correctly but the time
for the tv movies are displayed with a 7 hour displacement.

e.g. the local time is 20:11 but the start time of the tv movie is
displayed as 13:00. but the correct tv movie name is displayed.

'date' in the shell displays the correct time and also the correct
timezone is set up in /etc/timezone as 'Europe/Berlin'.

has anyone a solution?

thx,
  martin


-- 
Martin Schreiber

http://www.martin-schreiber.net

| Im Muehltal 48
| 91171 Greding
| GERMANY


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr