We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ianlancetaylor requested issue #58682 to be considered for backport to the next 1.20 minor release.
@gopherbot Please open backport issues We incorrectly handle the timezone bounds for timezones that used to have daylight savings time and then stopped.
@gopherbot Please open backport issues
We incorrectly handle the timezone bounds for timezones that used to have daylight savings time and then stopped.
The text was updated successfully, but these errors were encountered:
Change https://go.dev/cl/478658 mentions this issue: [release-branch.go1.20] time: fix timezone lookup logic for non-DST zones
[release-branch.go1.20] time: fix timezone lookup logic for non-DST zones
Sorry, something went wrong.
[release-branch.go1.20] time: fix timezone lookup logic for non-DST z…
65fa8a6
…ones This change fixes time.LoadLocationFromTZData and time.Location.lookup logic if the given time is after the last transition and the extend string doesn't have the DST rule. For #58682 Fixes #59075 Change-Id: Ie34a6d658d14c2b33098b29ab83c041ef0d34266 GitHub-Last-Rev: f6681eb GitHub-Pull-Request: #58684 Reviewed-on: https://go-review.googlesource.com/c/go/+/471020 Reviewed-by: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> (cherry picked from commit 90dde5d) Reviewed-on: https://go-review.googlesource.com/c/go/+/478658 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]> Auto-Submit: Heschi Kreinick <[email protected]>
Closed by merging 65fa8a6 to release-branch.go1.20.
No branches or pull requests
@ianlancetaylor requested issue #58682 to be considered for backport to the next 1.20 minor release.
The text was updated successfully, but these errors were encountered: