]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.2] time: correct path to time zone zip file on Unix
authorAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:28:57 +0000 (11:28 +1100)
committerAndrew Gerrand <adg@golang.org>
Fri, 1 Nov 2013 00:28:57 +0000 (11:28 +1100)
commit842a18c28f5b42a77e0d5b8f6bc26f01b771a69b
tree7176c6cbba178890ee57b46993fddfa340fd79ae
parent6ab0f588a89ecde66607c0dcefd44de2b9a47dd0
[release-branch.go1.2] time: correct path to time zone zip file on Unix

««« CL 19280043 / 9d199c7582d6
time: correct path to time zone zip file on Unix

Most Unix systems have their own time zone data,
so we almost never get far enough in the list to
discover that we cannot fall back to the zip file.
Adjust testing to exercise the final fallback.

Plan 9 and Windows were already correct
(and are the main users of the zip file).

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/19280043
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/20640043
src/pkg/time/export_test.go
src/pkg/time/time_test.go
src/pkg/time/zoneinfo_plan9.go
src/pkg/time/zoneinfo_unix.go
src/pkg/time/zoneinfo_windows.go