Modify

Ticket #10274 (closed Bug Report - General: Fixed)

Opened 17 months ago

Last modified 11 months ago

mythtv fails to show recording details

Reported by: furti@… Owned by: kormoc
Priority: minor Milestone: 0.26
Component: Plugin - MythWeb Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

clicking on a recording in the recorded programs list redirects to the listing page which errors out the program could not be found.

it seems this happens since mythweb was converted to UTC. commit:e9e99daf2fae331d24f940d249fbf476873fb55a

the problem was fixed for my with the attached patch

Attachments

fix.patch (749 bytes) - added by furti@… 17 months ago.
fix.2.patch (791 bytes) - added by furti@… 17 months ago.

Change History

Changed 17 months ago by furti@…

Changed 17 months ago by furti@…

comment:1 Changed 11 months ago by dekarl@…

worksforme

I think this has been fixed in [ee941bef6d55a0381a93eb50c3a4833dc5278f8f]

 /**
  * Converts a unix timestamp into a myth timestamp
 /**/
     function unix2mythtime($time) {
-        return date('Y-m-d\TH:i:s', $time);
-    }
-
-/**
- * Converts a unix timestamp into a myth timestamp
-/**/
-    function unix2gmtmythtime($time) {
         return gmdate('Y-m-d\TH:i:s', $time);
     }

comment:2 Changed 11 months ago by beirdo

  • Status changed from new to closed
  • Resolution set to Fixed
  • Milestone changed from unknown to 0.26
View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'new'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.