summaryrefslogtreecommitdiff
path: root/lisp/calendar/iso8601.el
Commit message (Expand)AuthorAgeFilesLines
* ISO 8601 strings sans "Z" don’t specify DST flagPaul Eggert2022-05-291-3/+9
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-3/+3
* Get fractional seconds in iso8601 parsing rightLars Ingebrigtsen2021-06-141-6/+11
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen2020-01-301-0/+3
* Make iso8601.el understand two obsolete formsLars Ingebrigtsen2020-01-301-0/+6
* Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert2020-01-241-2/+6
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert2019-10-051-32/+17
* Fix bugs found by 2019-09-29 regexp scannerPaul Eggert2019-10-041-9/+9
* Make iso8601-parse take a FORM parameter like `decode-time'Lars Ingebrigtsen2019-09-291-8/+9
* Add support for sub-second ISO8601 stringsLars Ingebrigtsen2019-09-291-6/+29
* Fix up iso8601 time match regexpLars Ingebrigtsen2019-09-291-2/+2
* Add FIXMEs for subsecond supportPaul Eggert2019-08-171-1/+2
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-161-10/+4
* decode-time now returns subsec tooPaul Eggert2019-08-051-4/+10
* Improve time function docPaul Eggert2019-08-041-1/+1
* `decoded-time-set-defaults' refactored out from iso8601 codeLars Ingebrigtsen2019-07-311-15/+1
* Add an ISO 8601 parsing libraryLars Ingebrigtsen2019-07-291-0/+370