use UTC as default timezone
authorLudwig Nussel <ludwig.nussel@suse.de>
Wed, 17 Jun 2009 12:20:03 +0000 (12:20 +0000)
committerLudwig Nussel <ludwig.nussel@suse.de>
Wed, 17 Jun 2009 12:20:03 +0000 (12:20 +0000)
vc

diff --git a/vc b/vc
index d958e82..8c4c823 100755 (executable)
--- a/vc
+++ b/vc
@@ -29,7 +29,7 @@ if [ -z "$mailaddr" ]; then
 fi
 
 EDITOR=${EDITOR:-vim}
-date=`LC_ALL=POSIX TZ=Europe/Berlin date`
+date=`LC_ALL=POSIX TZ=UTC date`
 
 if ! which mktemp > /dev/null 2>&1; then
        echo "mktemp is required for this script to work"