From: Pádraig Brady
Date: Fri, 23 Oct 2015 02:15:40 +0000 (+0100) Subject: doc: use extended timezone format in iso-8601 example X-Git-Tag: v1.0~6908 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=825f16280f9f081bbc7e472129d9bbde776a6ee8;p=gnulib.git doc: use extended timezone format in iso-8601 example * doc/parse-datetime.texi: The standard states that extended format (separated with ':') is to be used consistently throughout. Note that lib/parse-datetime.y can handle either tz format. --- diff --git a/ChangeLog b/ChangeLog index e71db09dad..247bc4c78a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-10-30 Pádraig Brady
+
+ doc: use extended timezone format in iso-8601 example
+ * doc/parse-datetime.texi: The standard states that extended format
+ is to be used consistently throughout.
+ Note that lib/parse-datetime.y can handle either tz format.
+
2015-10-25 Paul Eggert