]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.14] time: use extended time format past end of zone transitions
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Jan 2020 01:00:48 +0000 (17:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 29 Oct 2020 19:00:01 +0000 (19:00 +0000)
commit1f040e0a6184ef813b8aaf7ce8e409a663939f75
tree38d48c15a102861088794bb2db5b093a37fc131b
parent3109de2a0d0968eda8321d943a68ba90eec5779b
[release-branch.go1.14] time: use extended time format past end of zone transitions

This gives us better expected information for daylight savings time
transitions in year 2038 and beyond.

For #36654
For #42155

Change-Id: I5a39aed3c40b184e1d7bb7d6ce3aff5307c4c146
Reviewed-on: https://go-review.googlesource.com/c/go/+/215539
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
(cherry picked from commit b71eafbcece175db33acfb205e9090ca99a8f984)
Reviewed-on: https://go-review.googlesource.com/c/go/+/264302
Trust: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/time/export_test.go
src/time/time.go
src/time/time_test.go
src/time/zoneinfo.go
src/time/zoneinfo_read.go
src/time/zoneinfo_test.go