On 2024-08-23 11:17, Alejandro Colomar wrote:
in systems where time_t is unsigned, does a mktime(3) call with a time representing a time before Epoch result in an error,
Yes, just like any out-of-range mktime would.
Does any existing system (or historic one) use an unsigned time_t
Yes.