From 42e337ed4f146e6cb97d2c8acacfafba64416938 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 1 Nov 2015 16:57:24 +0100 Subject: Display the time in English format --- MgaRepo/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MgaRepo/util.py b/MgaRepo/util.py index 86fa071..45d2e4f 100644 --- a/MgaRepo/util.py +++ b/MgaRepo/util.py @@ -57,7 +57,7 @@ def execcmd(*cmd, **kwargs): output = "" else: if kwargs.get('info'): - prefix='LANGUAGE=C ' + prefix='LANGUAGE=C LC_TIME=C ' else: prefix='LANG=C LANGUAGE=C LC_ALL=C ' status, output = commands_getstatusoutput(prefix + cmdstr) -- cgit v1.2.1