]> git.eshelyaron.com Git - emacs.git/commit
Fix regression introduced by the previous date-to-time change
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 3 Dec 2021 16:28:48 +0000 (17:28 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 3 Dec 2021 16:28:48 +0000 (17:28 +0100)
commit32a8b3bc22bfc0aeca9943699e7a43b68915122b
tree94430f32600d85e12895d24f4dbfcce49349df7a
parent85e56d97b717915509cb81c53238fbd06f390b92
Fix regression introduced by the previous date-to-time change

* lisp/calendar/time-date.el (date-to-time): The function needs to
test if `parse-time-string' returns a valid data as the old
version did it with the help of `encode-time' (bug#52209).
lisp/calendar/time-date.el