# HG changeset patch # User Simon Josefsson # Date 1219081643 -7200 # Node ID 6c358c1efb0b6885178a73e1149143365dab961a # Parent 1ce07f07b1f0c8baed172504cbbeb1a02d092a7e Use ISO 8601 format. Attribution. diff -r 1ce07f07b1f0 -r 6c358c1efb0b ChangeLog --- a/ChangeLog Mon Aug 18 19:40:11 2008 +0200 +++ b/ChangeLog Mon Aug 18 19:47:23 2008 +0200 @@ -1,6 +1,7 @@ 2008-08-18 Simon Josefsson - * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity. + * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity. Use + ISO 8601 format. Suggested by Greg Troxel . 2008-08-18 Bruno Haible diff -r 1ce07f07b1f0 -r 6c358c1efb0b m4/autobuild.m4 --- a/m4/autobuild.m4 Mon Aug 18 19:40:11 2008 +0200 +++ b/m4/autobuild.m4 Mon Aug 18 19:47:23 2008 +0200 @@ -1,4 +1,4 @@ -# autobuild.m4 serial 6 +# autobuild.m4 serial 7 dnl Copyright (C) 2004, 2006, 2007, 2008 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -29,7 +29,7 @@ ifelse([$1],[],,[AC_MSG_NOTICE([autobuild mode... $1])]) - date=`TZ=UTC date +%Y%m%d-%H%M%S` + date=`TZ=UTC date +%Y%m%dT%H%M%SZ` if test "$?" != 0; then date=`date` fi