Open allevitan opened 10 years ago
Can you post some code to reproduce this issue?
Yeah this is going to be a problem in a few years...
found the relevant snippet (not sure why this part of the project is in python)
import time, os
remainder = 2209000000
time.sleep(remainder)
os.kill(0)
Hmmm... will be definitely be problematic in the future, but to be honest I think this is something we can put on the back-burner for the time being.
kind of a y2k situation
We'd probably just be able to change line 2 and put off dealing with the problem. That variable seems to have a lot of things depending on it though, so we may have to change it through more indirect means, like through the "diet" and "exercise" files. Ultimately though, that really only extends the problem. A more complete solution would remove the snippet altogether, but that seems potentially catastrophic, and would change other projects that depend on this one functioning properly.
Likely to die in next 50-100 years.