mirror of https://github.com/golang/go.git
doc/next: mention new error on time.Parse timezone overflow
For #65614 For #67470 Change-Id: Iba2f263f8ca1fb10c383e12ff3455aa86b26421d Reviewed-on: https://go-review.googlesource.com/c/go/+/590795 Commit-Queue: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
f3ae135604
commit
93bbf719a6
|
|
@ -0,0 +1,2 @@
|
|||
[Parse] and [ParseInLocation] now return an error if the time zone
|
||||
offset is out of range.
|
||||
Loading…
Reference in New Issue