On Tue, Aug 22, 2023 at 10:13:09AM +0200, Thomas Haller wrote: > time_t on 32bit arch is not uint64_t. Even if it always were, it would > be ugly to make such an assumption (without a static assert). Copy the > value to a time_t variable first. Applied, thanks.