Re: [PATCH] date_parse_iso
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Paul, patch applied to cvs. Thanks! Paul Bagyenda schrieb: > > date_parse_iso in gwlib/date.c is a little broken. It will not correctly > parse ISO dates of the form YYYMMDDTHHMMSS (e.g. 20090121T150501). It > works just fine on YYYY-MM-DD... > > The attached patch remedies this without loss of functionality > > P.