[mythtv-commits] Ticket #11541: EPG data end time fix ignores time zones

MythTV noreply at mythtv.org
Sun Apr 6 20:32:21 UTC 2014


#11541: EPG data end time fix ignores time zones
---------------------------------------+----------------------------
 Reporter:  m.a.zulliger@…             |          Owner:  stuartm
     Type:  Bug Report - General       |         Status:  new
 Priority:  critical                   |      Milestone:  0.27
Component:  MythTV - Mythfilldatabase  |        Version:  0.26-fixes
 Severity:  medium                     |     Resolution:
 Keywords:  Query convert to UTC       |  Ticket locked:  0
---------------------------------------+----------------------------

Comment (by m.a.zulliger@…):

 0003-simplify-handling-of-missing-endtime-at-end-of-file-.patch leaves a
 hole in the programming starting after midnight local time (-2 hrs UTC in
 my case) and skipping one show (this is on a flushed program table):

 {{{
 mysql> SELECT chanid, starttime, endtime, title FROM program WHERE
 starttime BETWEEN CONVERT_TZ('2014-04-07 22:10:00', 'SYSTEM', 'UTC') AND
 CONVERT_TZ('2014-04-08 23:59:59', 'SYSTEM', 'UTC') AND chanid = '1334'
 LIMIT 8;
 +--------+---------------------+---------------------+---------------------------------------+
 | chanid | starttime           | endtime             | title
 |
 +--------+---------------------+---------------------+---------------------------------------+
 |   1334 | 2014-04-07 20:55:00 | 2014-04-07 21:40:00 | Intelligence -
 Ostaggi                |
 |   1334 | 2014-04-07 21:40:00 | 2014-04-07 21:55:00 | TG 2
 |
 |   1334 | 2014-04-07 21:55:00 | 2014-04-07 21:59:00 | Oltre la notte
 |
 |   1334 | 2014-04-07 23:20:00 | 2014-04-07 23:30:00 | Parlamento
 Telegiornale               |
 |   1334 | 2014-04-07 23:30:00 | 2014-04-08 00:00:00 | Sorgente di vita
 |
 |   1334 | 2014-04-08 00:00:00 | 2014-04-08 00:05:00 | Meteo 2
 |
 |   1334 | 2014-04-08 00:05:00 | 2014-04-08 01:25:00 | FILM Colour Me
 Kubrick                |
 |   1334 | 2014-04-08 01:25:00 | 2014-04-08 02:10:00 | Videocomic
 Passerella di comici in tv |
 +--------+---------------------+---------------------+---------------------------------------+
 8 rows in set (0.00 sec)
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/11541#comment:8>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list