I am debugging a program on MacOSX, and I need this program to think that we are one year later than the operating system.
I canβt change the operating time of the operating system because I need to run the second program at the same time as the right one. I could change the code of the first program to add one year every time it receives time from the operating system, but the code is too large to do so; I prefer not to use this solution.
I once heard that on Unix there is a command to run a program with fake / ridiculed time. Do you know about this?
source share