
noreply at mythtv
Aug 3, 2012, 8:53 AM
Post #2 of 3
(64 views)
Permalink
|
|
Re: Ticket #10274: mythtv fails to show recording details
[In reply to]
|
|
#10274: mythtv fails to show recording details ----------------------------------+----------------------------- Reporter: furti@… | Owner: kormoc Type: Bug Report - General | Status: new Priority: minor | Milestone: unknown Component: Plugin - MythWeb | Version: Master Head Severity: medium | Resolution: Keywords: | Ticket locked: 0 ----------------------------------+----------------------------- Comment (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); } }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10274#comment:1> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|