From ef81a50ee24f6dd68103f8cd8965a5a1946a5672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cristian=20Rodr=C3=ADguez?= Date: Thu, 20 May 2010 08:43:37 -0400 Subject: [PATCH] build starts at localtime but finishes at UTC --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 57db5c0..25dd4fb 100755 --- a/build +++ b/build @@ -1221,7 +1221,7 @@ for SPECFILE in "${SPECFILES[@]}" ; do if [ -z "$RUNNING_IN_VM" ]; then echo - echo "$HOST started \"build $SPECFILE\" at `date`." + echo "$HOST started \"build $SPECFILE\" at `date --utc`." echo test -n "$REASON" && echo "$REASON" echo @@ -1958,7 +1958,7 @@ if test -n "$RPMS" -a -d "$BUILD_ROOT/$TOPDIR/RPMS" -a -d "$BUILD_ROOT/.build.ol fi echo -echo "$HOST finished \"build $SPECFILE\" at `date`." +echo "$HOST finished \"build $SPECFILE\" at `date --utc`." echo cleanup_and_exit 0 -- 2.7.4