]> git.eshelyaron.com Git - emacs.git/commit
Add an ISO 8601 parsing library
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 29 Jul 2019 12:22:31 +0000 (14:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 29 Jul 2019 12:22:38 +0000 (14:22 +0200)
commitfa04c8b87e50a2e2b0d021958f637be8f475d8bc
tree304b07bc09258970ecf7c4a97fd53e85d4cddfe8
parent6cfda69d72cb9debefc48d0d95e341d389e7303a
Add an ISO 8601 parsing library

* doc/lispref/os.texi (Time Parsing): Document it.

* lisp/calendar/iso8601.el: New file.

* test/lisp/calendar/iso8601-tests.el: Test ISO8601 parsing functions.
doc/lispref/os.texi
etc/NEWS
lisp/calendar/iso8601.el [new file with mode: 0644]
test/lisp/calendar/iso8601-tests.el [new file with mode: 0644]