From: Ian Lance Taylor Date: Wed, 5 Jun 2024 16:19:19 +0000 (-0700) Subject: doc/next: mention new error on time.Parse timezone overflow X-Git-Tag: go1.23rc1~80 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=93bbf719a6d2c911674bbea3535ca1f0684aadc8;p=gostls13.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 Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Auto-Submit: Ian Lance Taylor Reviewed-by: Alan Donovan Auto-Submit: Ian Lance Taylor --- 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 0000000000..8cfcc0aa9d --- /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.