From: Andrew Ruthven Date: Mon, 19 Nov 2007 08:26:16 +0000 (+1300) Subject: Don't show the date when current recordings end, only the time. X-Git-Tag: 0.5~22 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33216099861c75112aea86d38f809423b8345284;p=mythtv-status.git Don't show the date when current recordings end, only the time. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 66d3fcb..bbd44e8 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -104,7 +104,7 @@ my @blocks = ( 'attrs' => [ qw/title endTime/ ], 'template' => "__title__ (Ends: __endTime__)", 'rewrite' => { - '/endTime/' => { 'T' => ' ' }, + '/endTime/' => { '.*T' => '' }, }, 'subs' => { 'find_next' => sub { $next_time = 'now' }