]> Savannah Git Hosting - gnulib.git/commitdiff
doc: use extended timezone format in iso-8601 example
authorPádraig Brady <P@draigBrady.com>
Fri, 23 Oct 2015 02:15:40 +0000 (03:15 +0100)
committerPádraig Brady <P@draigBrady.com>
Fri, 30 Oct 2015 18:59:34 +0000 (18:59 +0000)
* 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
doc/parse-datetime.texi

index e71db09dade168088491efcb954dbfebfeade095..247bc4c78a599e290ab3be3945383403b269c5b6 100644 (file)
--- 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  <eggert@cs.ucla.edu>
 
        stdalign: port to Sun C 5.9
index 34e9ede58e3abefae54a7fb13721d4dcba415a0a..10839240805d1bec17b37933e9a8b14d59022cc5 100644 (file)
@@ -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