]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Really use local date and time format.
authorJan Schneider <jan@horde.org>
Thu, 7 Feb 2013 11:46:21 +0000 (12:46 +0100)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sat, 9 Feb 2013 10:32:57 +0000 (23:32 +1300)
bin/mythtv-status

index 27c8ec08a54eb66f63bd81925530d5c9a3ea28d8..dfa447a160398f8968cf340385a9847a7a287f82 100755 (executable)
@@ -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 {