We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While doing PR #100, I found that Self using 32bit time representation. As it will suffer from Year 2038 problem, I think it need to be fixed.
The text was updated successfully, but these errors were encountered:
According to Wikipedia:
Linux uses a 64-bit time_t for 64-bit architectures only; the pure 32-bit ABI is not changed due to backward compatibility.
It seems that it's not easy to support 64-bit time in 32-bit Self, so maybe making Self support 64-bit system is the first to do.
Sorry, something went wrong.
No branches or pull requests
While doing PR #100, I found that Self using 32bit time representation. As it will suffer from Year 2038 problem, I think it need to be fixed.
The text was updated successfully, but these errors were encountered: