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