[mythtv] [PATCH] implemented time offset for mythfilldatabase

Isaac Richards mythtv-dev@snowman.net
Mon, 18 Nov 2002 12:36:30 -0500


On Monday 18 November 2002 09:14 am, Christian Hoenig wrote:
> Hi mythies,
>
> since I try to add nxtvepg(.sf.net) as a source for the xmltv-data I needed
> to make mythfilldatabase aware of timeoffsets in the data (given as
> <programm start="20021118150800 +0100" ...>). Therefore i programmed a
> patch for programms/mythfilldatabase/filldata.cpp.
>
> You only need to add a settingskey "str TIMEoffset=+0100" with your local
> offset (in hours). If you don't set this key, everything should work as
> before.
>
> This is, of course, only tested on my system, so could you please verify
> that this is working?

Why not have it parse the +0100 out of the timestamp, instead of using a 
setting for that?

Isaac