]> git.eshelyaron.com Git - emacs.git/commit
Fix Icalendar export with ISO dates
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Apr 2024 07:52:55 +0000 (10:52 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Apr 2024 17:09:42 +0000 (19:09 +0200)
commit8e4a43dc51396e0a13a9332229b6f5c4dcdc8004
treec0a76eea83dd19d0519ca7e4904f9e91adefd960
parentd151c7612f420e3a0429ecc97dae06ce5b0a2bfe
Fix Icalendar export with ISO dates

* lisp/calendar/icalendar.el (icalendar--datestring-to-isodate):
Accept dashes in ISO-style numeric dates.  Patch by Erwan Hingant
<erwan.hingant@mailo.com>. (Bug#69894)

* test/lisp/calendar/icalendar-tests.el
(icalendar--datestring-to-isodate): Add a test for dashes in
ISO-style numeric dates.

(cherry picked from commit 71f8b2c3242b9b9455e9c6f25ad99ea900a1422f)
lisp/calendar/icalendar.el
test/lisp/calendar/icalendar-tests.el