From 93bbf719a6d2c911674bbea3535ca1f0684aadc8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 5 Jun 2024 09:19:19 -0700 Subject: [PATCH] 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 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor Reviewed-by: Alan Donovan Auto-Submit: Ian Lance Taylor --- doc/next/6-stdlib/99-minor/time/67470.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/next/6-stdlib/99-minor/time/67470.md 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 index 00000000000..8cfcc0aa9da --- /dev/null +++ b/doc/next/6-stdlib/99-minor/time/67470.md @@ -0,0 +1,2 @@ +[Parse] and [ParseInLocation] now return an error if the time zone +offset is out of range.