Skip to content

Commit

Permalink
build starts at localtime but finishes at UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
crrodriguez authored and lnussel committed May 28, 2010
1 parent 6dfb253 commit ef81a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit ef81a50

Please sign in to comment.