From 33216099861c75112aea86d38f809423b8345284 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Mon, 19 Nov 2007 21:26:16 +1300 Subject: [PATCH] Don't show the date when current recordings end, only the time. --- bin/mythtv-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- 2.30.2