diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-11-01 16:57:24 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-11-01 16:57:24 +0100 |
commit | 42e337ed4f146e6cb97d2c8acacfafba64416938 (patch) | |
tree | dcd04009ca8c22d05ce3cc48e1c47e1009085263 /MgaRepo | |
parent | f35ef438d6664cf344bd13e645c51e74b7d92595 (diff) | |
download | mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar.gz mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar.bz2 mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.tar.xz mgarepo-42e337ed4f146e6cb97d2c8acacfafba64416938.zip |
Display the time in English format
Diffstat (limited to 'MgaRepo')
-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) |