diff options
Diffstat (limited to 'dist-tools/getstats.py')
-rwxr-xr-x | dist-tools/getstats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-tools/getstats.py b/dist-tools/getstats.py index 33ddfd7e..9b18adef 100755 --- a/dist-tools/getstats.py +++ b/dist-tools/getstats.py @@ -5,7 +5,7 @@ import commands, os, string, ftplib # Get version and date -date = commands.getoutput("date") +date = commands.getoutput("LC_TIME=C date -u") pid = os.getpid() # this is a fast variant using the base of the current working directory # (ignores uncommitted modifications) |