aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-11-01 16:57:24 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-11-01 16:57:24 +0100
commit42e337ed4f146e6cb97d2c8acacfafba64416938 (patch)
treedcd04009ca8c22d05ce3cc48e1c47e1009085263
parentf35ef438d6664cf344bd13e645c51e74b7d92595 (diff)
downloadmgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar
mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar.gz
mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar.bz2
mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar.xz
mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.zip
Display the time in English format
-rw-r--r--MgaRepo/util.py2
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)