]> git.eshelyaron.com Git - emacs.git/commit
Improve format-seconds accuracy
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Aug 2018 02:03:26 +0000 (19:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Aug 2018 02:57:01 +0000 (19:57 -0700)
commit0edf60583245cc6f3fd53ddae2f21748a4a1b239
treec18b6cdd83230d9d1f248189dbd55c431c4f8747
parent2daf8b7e55698cc58f9b0a82aac591f957041cc6
Improve format-seconds accuracy

* doc/lispref/os.texi (Time Parsing): It works with bignums.
* lisp/calendar/time-date.el (format-seconds):
Take the floor so that the resulting arithmetic is exact.
doc/lispref/os.texi
lisp/calendar/time-date.el