en/if we add support for basic date and time of
day format (or any other format that can't be supported by separate
date and time items), we'll have a place for it.
Thoughts?
--jtc
--
J.T. Conklin
tc
>From 2c5a1222e6f1059c6f817c994d5c8fbb612f53bc Mon Sep 17 00:00:00 2001
From: J.T. Conklin
Date: Wed, 17 Aug 2011 16:40:49 -0700
Subject: [PATCH] Parse ISO 8601 extended date and time of day format
* doc/parse-datetime.texi (General date syntax): replace use of
deprecated --iso-8601 option
Paul Eggert writes:
> On 05/01/11 11:21, J.T. Conklin wrote:
>> should the parse-datetime.texi documentation
>> be changed to remove the "tr"; to remove the --iso-8601 example; or to
>> change it from --iso-8601 to --rfc-3339 (which also does not need the
>> &
rom --iso-8601 to --rfc-3339 (which also does not need the
"tr"); or would something else be more appropriate?
Thanks,
--jtc
--
J.T. Conklin
> enough (even with your other recent "tiny" change) to squeak by
> without one.
Thanks Jim,
Since the documentation and testsuite changes needed to complete the
change may increase the size beyond the threshold, I'll start on the
paperwork.
--jtc
--
J.T. Conklin
E, HOUR ( 5) },
{ "S", tZONE, HOUR ( 6) },
- { "T", tZONE, HOUR ( 7) },
+ { "T", 'T',0 },
{ "U", tZONE, HOUR ( 8) },
{ "V", tZONE, HOUR ( 9) },
{ "W", tZONE, HOUR (10) },
--
J.T. Conklin
+
gnulib-tool |2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 248d0f3..a37c426 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-27 J.T. Conklin
+
+ * gnulib-tool: change "join -a 2" to "join -a2"