summaryrefslogtreecommitdiff
path: root/vc
diff options
context:
space:
mode:
authorLudwig Nussel <ludwig.nussel@suse.de>2009-06-17 12:20:03 +0000
committerLudwig Nussel <ludwig.nussel@suse.de>2009-06-17 12:20:03 +0000
commitfaff53428a71eaac4556fa2b63ac44ed15fca866 (patch)
tree02ba8f402addb59db9bbbdb3b3aca810def8ed99 /vc
parentf990c96b9ce3f3fd89ae2733af5d3afdfe0a3287 (diff)
use UTC as default timezone
Diffstat (limited to 'vc')
-rwxr-xr-xvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vc b/vc
index d958e82..8c4c823 100755
--- 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"