[mythtv-commits] Ticket #9676: Obtaining program times across daylight savings time change gives inaccurate results

MythTV noreply at mythtv.org
Thu May 19 02:59:43 UTC 2011


#9676: Obtaining program times across daylight savings time change gives
inaccurate results
---------------------------------------+----------------------------
 Reporter:  mythtv@…                   |          Owner:  mdean
     Type:  Patch - Bug Fix            |         Status:  assigned
 Priority:  minor                      |      Milestone:  unknown
Component:  MythTV - Mythfilldatabase  |        Version:  0.24-fixes
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+----------------------------

Comment (by mythtv@…):

 A correctly specified time includes the time zone as the last thing in the
 string (either abbreviated like CST or UTC, or as an offset from UTC like
 -06), so when it's read in it's simply converted to the system time zone;
 all time values in memory are kept in system time. If no time zone is
 specified the local time zone is assumed. If a station doesn't specify the
 time zone and it's not using local time, it's just plain buggy. Qt's time
 classes have built-in support to handle all of the conversion.

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


More information about the mythtv-commits mailing list