]> git.eshelyaron.com Git - emacs.git/commit
Avoid backwards clock in movemail timestamps
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Mar 2023 21:06:27 +0000 (14:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Mar 2023 21:42:17 +0000 (14:42 -0700)
commit2e8cc206f520ec9feb42273703d7afbcb32cd791
tree6d9e3af22436c6033542ed6f4fb3ea902492b3e6
parent4a5ff4d9c6a7d28f18cee7276a3c6febbee0c93e
Avoid backwards clock in movemail timestamps

* lib-src/movemail.c (mbx_delimit_begin): Use ‘current_timespec’
instead of ‘time’ to generate the user-visible timestamp.
This works around the minor glitch caused by glibc bug 30200
<https://sourceware.org/bugzilla/show_bug.cgi?id=30200>.
lib-src/movemail.c