Hi, Considering datefudge has seen little development for the past decade, maybe we should try to move to libfaketime[1] instead which is being actively maintained. I don't really feel like doing the work for 64-bit time_t on 32 bit and making sure the ABI is actually fine; that sounds like a good way to self-inflict annoying bugs. Porting whatever needs faked time to libfaketime shouldn't be too much work and should be more future-proof.
As far as I can see, libfaketime doesn't have an equivalent to datefudge's -s (static time) but I'm not sure if it's really needed in practice and if it is, I'm confident we can add it to libfaketime. [1] https://github.com/wolfcw/libfaketime Best, -- Adrien