Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(119)

Issue 19280043: code review 19280043: time: correct path to time zone zip file on Unix (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by rsc
Modified:
11 years, 6 months ago
Reviewers:
bradfitz
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

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).

Patch Set 1 #

Patch Set 2 : diff -r eca0ca43a863 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 5ac568b9d67b https://code.google.com/p/go/ #

Patch Set 4 : diff -r 5ac568b9d67b https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -2 lines) Patch
M src/pkg/time/export_test.go View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M src/pkg/time/time_test.go View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M src/pkg/time/zoneinfo_plan9.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/pkg/time/zoneinfo_unix.go View 1 1 chunk +13 lines, -1 line 0 comments Download
M src/pkg/time/zoneinfo_windows.go View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 6 months ago (2013-10-29 17:19:21 UTC) #1
bradfitz
LGTM On Oct 29, 2013 10:19 AM, <rsc@golang.org> wrote: > Reviewers: golang-dev1, > > Message: ...
11 years, 6 months ago (2013-10-29 17:23:19 UTC) #2
rsc
11 years, 6 months ago (2013-10-29 21:11:55 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=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://codereview.appspot.com/19280043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b