summaryrefslogtreecommitdiff
path: root/lisp/calendar/time-date.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* * lisp/calendar/time-date.el (seconds-to-time): Use the original arg listStefan Monnier2022-08-14
* Fix signature of `seconds-to-time'Po Lu2022-08-06
* time-convert): Deprecate calls without an explicit FORM argStefan Monnier2022-08-05
* Simplify a few timestampsPaul Eggert2022-08-01
* * time-date.el (decoded-time-period): Rename TIME in docstringPhilip Kaludercic2022-07-11
* Default decoded-time dst slot to -1Paul Eggert2022-06-13
* decoded-time-set-defaults now leaves DST alonePaul Eggert2022-05-27
* Make make-decoded-time use -1 for dst unless givenLars Ingebrigtsen2022-05-27
* Fix format-seconds error in previous changeLars Ingebrigtsen2022-04-13
* Make list-times not include zero elementsLars Ingebrigtsen2022-04-13
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Use time-convert in with-decoded-time-valuePaul Eggert2021-12-05
* | Fix (date-to-time "2021-12-04")Paul Eggert2021-12-04
* | Fix regression introduced by the previous date-to-time changeKatsumi Yamaoka2021-12-03
* | Make date-to-time work with date-only date stringsBob Rogers2021-12-01
* | decoded-time-add doc string additionLars Ingebrigtsen2021-10-12
|/
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-08
* Default to 1970 in decoded-time-set-defaultsBasil L. Contovounesios2021-05-09
* Update copyright year to 2021Paul Eggert2021-01-01
* `format-time' can now do sub-second timesLars Ingebrigtsen2020-10-30
* Use lexical-binding in time-date.el and expand testsStefan Kangas2020-10-22
* Fix off-by-one error in decoded-time-add (with months)Lars Ingebrigtsen2020-08-21
* Add new function decoded-time-periodLars Ingebrigtsen2020-08-05
* Improve last changeEli Zaretskii2020-04-03
* Error out if 'date-days-in-month' is given an invalid monthAlex Branham2020-04-03
* Fix iso8601-parse so unknown DST is -1, not nilPaul Eggert2020-01-24
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve documentation for year-zero issuesPaul Eggert2019-10-05
* Avoid some excess precision in time arithmeticPaul Eggert2019-08-20
* More-compatible subsecond calendrical timestampsPaul Eggert2019-08-16
* Broaden format-seconds to Lisp timestampsPaul Eggert2019-08-16
* decode-time now returns subsec tooPaul Eggert2019-08-05
* New function time-convertPaul Eggert2019-08-05
* Improve time function docPaul Eggert2019-08-04
* ; Use more decoded time accessors in time-date.elBasil L. Contovounesios2019-08-01
* format-time-string subsumes time-zone-formatPaul Eggert2019-07-31
* Allow timezone defaults in decoded-time-set-defaultsLars Ingebrigtsen2019-07-31
* Default DST to "undecided" in decoded-time-set-defaultsLars Ingebrigtsen2019-07-31
* Make time-zone-format take a SHORT parameterLars Ingebrigtsen2019-07-31
* Add new function time-zone-formatLars Ingebrigtsen2019-07-31
* `decoded-time-set-defaults' refactored out from iso8601 codeLars Ingebrigtsen2019-07-31
* Use decoded time accessors in time-dateLars Ingebrigtsen2019-07-30
* Add support for dealing with decoded time structuresLars Ingebrigtsen2019-07-29
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* Remove time-date debugging scaffoldingPaul Eggert2019-05-21
* * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 argsStefan Monnier2019-04-19
* Simplify use of encode-timePaul Eggert2019-02-10