]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: mention new error on time.Parse timezone overflow
authorIan Lance Taylor <iant@golang.org>
Wed, 5 Jun 2024 16:19:19 +0000 (09:19 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 5 Jun 2024 17:30:16 +0000 (17:30 +0000)
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>

doc/next/6-stdlib/99-minor/time/67470.md [new file with mode: 0644]

diff --git a/doc/next/6-stdlib/99-minor/time/67470.md b/doc/next/6-stdlib/99-minor/time/67470.md
new file mode 100644 (file)
index 0000000..8cfcc0a
--- /dev/null
@@ -0,0 +1,2 @@
+[Parse] and [ParseInLocation] now return an error if the time zone
+offset is out of range.