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
"Years must be in the range 0000..9999." - https://golang.org/pkg/time/#Parse
Meanwhile stuff like this doesn't work either:
fmt.Printf("DEBUG %v\n", start.Add(time.Hour * 8760 * 1000)) ./prog.go:21:54: constant 31536000000000000000 overflows time.Duration
The text was updated successfully, but these errors were encountered:
No branches or pull requests
"Years must be in the range 0000..9999." - https://golang.org/pkg/time/#Parse
Meanwhile stuff like this doesn't work either:
The text was updated successfully, but these errors were encountered: