diff options
Diffstat (limited to 'MgaRepo/util.py')
-rw-r--r-- | MgaRepo/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |