GNU bug report logs -
#39347
28.0.50; iso8601-parse can't handle all legal date values?
Previous Next
Reported by: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Date: Wed, 29 Jan 2020 21:01:02 UTC
Severity: normal
Found in version 28.0.50
Done: Eric Abrahamsen <eric <at> ericabrahamsen.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi!
I'm writing a small library for parsing vcards, and would like to use
the new iso8601 library, when available, for parsing date properties.
I'm testing out `iso9601-parse' with the example values from the vcard
RFC, and am getting errors from the example date value "---12", from
https://tools.ietf.org/html/rfc6350#section-4.3.1.
My understanding is that "---12" as a date should parse to:
(nil nil nil 12 nil nil nil -1 nil)
Ie, "the twelfth" (though the twelfth of what, we don't know). "----12"
also raises an error. The value "--0412" parses correctly to "April
twelfth".
Is this a bug that can be fixed, or a date value that isn't supported?
Thanks,
Eric
This bug report was last modified 5 years and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.