[mythtv-commits] Ticket #11404: BE recordings one hour late

MythTV noreply at mythtv.org
Wed Apr 3 19:34:08 UTC 2013


#11404: BE recordings one hour late
----------------------------------+--------------------------------
 Reporter:  monochromec@…         |          Owner:  danielk
     Type:  Bug Report - General  |         Status:  infoneeded_new
 Priority:  major                 |      Milestone:  unknown
Component:  MythTV - Recording    |        Version:  0.26
 Severity:  medium                |     Resolution:
 Keywords:  recordings late       |  Ticket locked:  0
----------------------------------+--------------------------------

Comment (by gigem):

 All times in record, except for the "find" variations, should be in UTC
 not local time.  Does the following MySQL command give the correct local,
 UTC, and local times?

 select now(), utc_timestamp(), convert_tz(utc_timestamp(), 'UTC',
 'SYSTEM');

 If either of the first two are wrong, you system timezeon is not set
 properly.  If the last on is wrong, your MySQL zone info is not correct.

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


More information about the mythtv-commits mailing list