From 561751866c3ab5ae4bbe67408e3299134ce4b3cf Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Fri, 4 May 2007 13:04:45 +0000
Subject: [PATCH] Use universal time.

---
 mksnap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mksnap.sh b/mksnap.sh
index a52f3f2..8011f46 100755
--- a/mksnap.sh
+++ b/mksnap.sh
@@ -6,7 +6,7 @@
 MYTMPDIR="${TMPDIR:-/tmp}/alberta2.$$"
 SVNREPOS=svn+ssh://malaga.math.uni-augsburg.de/homes/proj/alberta/ALBERTA_SVN
 ALBERTADIST=trunk/albertadist
-DATE=$(date '+%Y%m%d')
+DATE=$(date --utc '+%Y%m%d')
 SNAPSHOTDIR=/hosts/www/www/htdocs/IAM/homepages/claus/alberta/snapshots
 NSNAPSHOTS=10 # keep only the most recent 10 snapshots
 
-- 
GitLab