From: Jan Schneider Date: Thu, 7 Feb 2013 11:46:21 +0000 (+0100) Subject: Really use local date and time format. X-Git-Tag: 0.10.4~12 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305d482952a9af74f86ea7bfb5c72d95f75a03a3;p=mythtv-status.git Really use local date and time format. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 27c8ec0..dfa447a 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -950,7 +950,7 @@ sub process_iso_date { # Sample of what MythTV uses: # Thu 18 Oct 2012, 10:20 - return $d->printf("%a %d %b %Y, %H:%M"); + return $d->printf("%x, %X"); } sub substitute_vars {