bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* [PATCH] doc: use extended timezone format in iso-8601 example
@ 2015-10-30 19:00 Pádraig Brady
  0 siblings, 0 replies; only message in thread
From: Pádraig Brady @ 2015-10-30 19:00 UTC (permalink / raw
  To: bug-gnulib

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1261 bytes --]

* 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  <eggert@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-30 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 19:00 [PATCH] doc: use extended timezone format in iso-8601 example Pádraig Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).