-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
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
time: now.Before(time.Unix(math.MaxInt64, 0)) should return true #6210
Labels
Milestone
Comments
As Rémy says, there are overflow issues in the implementation of the time package. A comprehensive analysis is required. But also: to avoid overflow the package sometimes clamps values, which can lead to surprises too, especially if such values are then used in arithmetic. It might be necessary to rethink the internals a bit. Labels changed: added priority-later, removed priority-triage. Status changed to Accepted. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by tim.olsen@10gen.com:
The text was updated successfully, but these errors were encountered: