summaryrefslogtreecommitdiff
path: root/lisp/calendar/iso8601.el
AgeCommit message (Expand)Author
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd
2021-06-14Get fractional seconds in iso8601 parsing rightLars Ingebrigtsen
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-30Give fuller support for obsolete ---12 dates in iso8601Lars Ingebrigtsen
2020-01-30Make iso8601.el understand two obsolete formsLars Ingebrigtsen
2020-01-24Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-05Fix off-by-one bug in ISO 8601 BC yearsPaul Eggert
2019-10-04Fix bugs found by 2019-09-29 regexp scannerPaul Eggert
2019-09-29Make iso8601-parse take a FORM parameter like `decode-time'Lars Ingebrigtsen
2019-09-29Add support for sub-second ISO8601 stringsLars Ingebrigtsen
2019-09-29Fix up iso8601 time match regexpLars Ingebrigtsen
2019-08-17Add FIXMEs for subsecond supportPaul Eggert
2019-08-16More-compatible subsecond calendrical timestampsPaul Eggert
2019-08-05decode-time now returns subsec tooPaul Eggert
2019-08-04Improve time function docPaul Eggert
2019-07-31`decoded-time-set-defaults' refactored out from iso8601 codeLars Ingebrigtsen
2019-07-29Add an ISO 8601 parsing libraryLars Ingebrigtsen