Skip to content
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

Figure out what to do about letter prefixed calendar years > 9999 #4

Open
thisisaaronland opened this issue Dec 30, 2020 · 0 comments
Labels

Comments

@thisisaaronland
Copy link
Contributor

"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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant