Re: [PATCH] Add support for ISO 8601 basic format

2013-04-24 Thread Paul Eggert
Thanks for taking this on. Here is a brief review. The most important thing is that the patch also needs to update doc/parse-datetime.texi. Also, some comments about the code changes: On 03/30/13 12:18, Mihai Capotă wrote: > + /* not ISO 8601 time, forcing mktime error */ > + pc->hour

Re: [PATCH] Add support for ISO 8601 basic format

2013-03-31 Thread Bruce Korb
The time-difference module, too? On 03/30/13 12:18, Mihai Capotă wrote: > + /* ISO 8601 basic date and time of day representation, > + 'T' separator, local time zone */ > + p = "20110501T115518"; > + /* ISO 8601 basic date and time of day representation, > + 'T' separator, UTC */ > + p