

| |||||||
|
You are here: Root > Software > Development > Libraries
Library for parsing and formatting dates in ISO 8601 format.
| Web site | http://common-lisp.net/project/iso8601-date/ |
| Mailing list | http://common-lisp.net/cgi-bin/mailman/listinfo/iso8601-date-devel |
| Version | - |
| Maturity | Experimental |
| OS compatibility | Any |
| ASDF installable | No |
| Official Download | |
| Mirrored Download | |
| Source code repository | http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=iso8601-date |
Matthew Kennedy | Thomas A. Russ
Libraries | ISO 8601 | Time | Any operating system | Public Domain
You must be logged to add a note
You must be logged to add a comment
non-integral seconds
ISO8601 allows the seconds to be a decimal, but this implementation breaks parsing same. ENCODE-UNIVERSAL-TIME wouldn't be able to represent such a date. Still, maybe it would be better to recognize, truncate, parse and optionally issue a warning?
Submitted by philpot@isi.edu 2475 days 8 hours 8 min ago