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
The support files aip-time_types.ads mention an unspecified epoch.
This will likely be Jan 1st 1970, however that is susceptible to overflow in 2038. A user could use a more recent epoch to buy e.g. 50 years.
The best way to fix it would be for the type Time to be mod 2 ** 64.
Would a PR be welcome? It would likely require users to update their support files.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The support files aip-time_types.ads mention an unspecified epoch.
This will likely be Jan 1st 1970, however that is susceptible to overflow in 2038. A user could use a more recent epoch to buy e.g. 50 years.
The best way to fix it would be for the type Time to be mod 2 ** 64.
Would a PR be welcome? It would likely require users to update their support files.
The text was updated successfully, but these errors were encountered: