aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calendar/time-date.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoded-time-add: Use 'floor'Ilya Chernyshov2025-10-071-1/+1
* Fix handling of delta values with negative month fieldŁukasz Stelmach2025-03-011-1/+1
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-5/+5
* Prefer decf to cl-decfStefan Kangas2025-02-231-4/+4
* ; Fix typosStefan Kangas2025-02-221-1/+1
* Improve format-seconds on negative argsPaul Eggert2025-02-011-5/+8
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* 'seconds-to-string': new optional arguments for readable stringsJD Smith2024-12-211-4/+78
* Drop fallback code in date-to-time, update documentationUlrich Müller2024-08-151-15/+4
* * lisp/calendar/time-date.el: Add comment.Paul Eggert2024-08-141-0/+5
* Fix 'format-seconds' when all values are zero and %z is usedEli Zaretskii2024-04-101-2/+5
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | * lisp/cedet/semantic/db.el (semanticdb-create-database): Remove obsolete argStefan Monnier2023-12-201-0/+1
|/
* ; * lisp/calendar/time-date.el (days-to-time): Doc fix.Eli Zaretskii2023-10-141-1/+1
* Document that time-to-days and days-to-time use different epochsBob Rogers2023-10-141-2/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * 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