From 278d9d2f6b7686d6e93b21d18472672cad094bc1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 27 Apr 2005 09:54:50 +0000 Subject: Print time in UTC (GMT) and override locale to C. svn path=/trunk/; revision=4043 --- dist-tools/getstats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3