On Tue, Apr 05, 2022 at 10:41:14AM +0000, Lukas Straub wrote: > time_t may be 32 bit on some platforms and thus can't fit a timestamp > with nanoseconds resolution. This causes overflows and ultimatively > breaks meta time expressions on such platforms. > > Fix this by using uint64_t instead. Applied, thanks