* 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.
+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
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