|
From: | Paul Eggert |
Subject: | [bug#74689] [PATCH] Add predicates for decoded times and time deltas |
Date: | Fri, 27 Dec 2024 16:44:32 -0800 |
User-agent: | Mozilla Thunderbird |
Surely this should be in time-date.el rather than simple.el.The implementation of decoded-time-p seems complicated and doesn't match what decode-time produces. Wouldn't it be simpler to call (ignore-errors (equal val (decode-time (encode-time val))))?
[Prev in Thread] | Current Thread | [Next in Thread] |