# HG changeset patch # User Simon Josefsson # Date 1219303457 -7200 # Node ID ecd6a95c8b407730ae672a5b01284afc6b8a15ed # Parent a4ab549290936bd5402406b3ad0148a0b4bf6493 m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC. Reported by Paul Eggert . diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Simon Josefsson + + * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC. Reported by + Paul Eggert . + 2008-08-20 Paolo Bonzini * modules/gettext: Add m4/threadlib.m4. diff --git a/m4/autobuild.m4 b/m4/autobuild.m4 --- a/m4/autobuild.m4 +++ b/m4/autobuild.m4 @@ -29,7 +29,7 @@ ifelse([$1],[],,[AC_MSG_NOTICE([autobuild mode... $1])]) - date=`TZ=UTC date +%Y%m%dT%H%M%SZ` + date=`TZ=UTC0 date +%Y%m%dT%H%M%SZ` if test "$?" != 0; then date=`date` fi