aboutsummaryrefslogtreecommitdiffstats
path: root/dist-tools
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-04-27 09:54:50 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-04-27 09:54:50 +0000
commit278d9d2f6b7686d6e93b21d18472672cad094bc1 (patch)
tree531d06ac81d34d320cd3339c07c828be395e05ea /dist-tools
parent4ba1358b2945a5d156ecad4711db9c58890cdeb9 (diff)
downloadfetchmail-278d9d2f6b7686d6e93b21d18472672cad094bc1.tar.gz
fetchmail-278d9d2f6b7686d6e93b21d18472672cad094bc1.tar.bz2
fetchmail-278d9d2f6b7686d6e93b21d18472672cad094bc1.zip
Print time in UTC (GMT) and override locale to C.
svn path=/trunk/; revision=4043
Diffstat (limited to 'dist-tools')
-rwxr-xr-xdist-tools/getstats.py2
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)