* 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. --- ChangeLog | 7 +++++++ doc/parse-datetime.texi | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index e71db09..247bc4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-10-30 P??draig Brady <p...@draigbrady.com> + + 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 <egg...@cs.ucla.edu> stdalign: port to Sun C 5.9 diff --git a/doc/parse-datetime.texi b/doc/parse-datetime.texi index 34e9ede..1083924 100644 --- a/doc/parse-datetime.texi +++ b/doc/parse-datetime.texi @@ -336,8 +336,8 @@ excess precision is silently discarded. Here are some examples: @example -2012-09-24T20:02:00.052-0500 -2012-12-31T23:59:59,999999999+1100 +2012-09-24T20:02:00.052-05:00 +2012-12-31T23:59:59,999999999+11:00 1970-01-01 00:00Z @end example -- 2.5.0