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

Issue 10956043: code review 10956043: time: find correct zone abbreviations even on non-Engli... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by brainman
Modified:
10 years, 9 months ago
Reviewers:
r
CC:
golang-dev, r
Visibility:
Public.

Description

time: find correct zone abbreviations even on non-English windows systems Fixes issue 5783

Patch Set 1 #

Patch Set 2 : diff -r 0d2b8690d896 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 000ecca1178d https://go.googlecode.com/hg/ #

Total comments: 14

Patch Set 4 : diff -r d2b753bcb7df https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 5 : diff -r d0c957701447 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1 line) Patch
M src/pkg/time/zoneinfo_windows.go View 1 2 3 4 3 chunks +82 lines, -1 line 0 comments Download

Messages

Total messages: 9
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 9 months ago (2013-07-09 02:58:15 UTC) #1
r
Windows is a wonder. https://codereview.appspot.com/10956043/diff/5001/src/pkg/time/zoneinfo_windows.go File src/pkg/time/zoneinfo_windows.go (right): https://codereview.appspot.com/10956043/diff/5001/src/pkg/time/zoneinfo_windows.go#newcode21 src/pkg/time/zoneinfo_windows.go:21: // getKeyValue retrieves string value ...
10 years, 9 months ago (2013-07-09 03:27:32 UTC) #2
r
I realize I just wrote "Windows is" without flinching.
10 years, 9 months ago (2013-07-09 03:28:24 UTC) #3
brainman
> Windows is a wonder. No argument. Especially this time zones part is bad. But ...
10 years, 9 months ago (2013-07-10 02:52:49 UTC) #4
brainman
Hello golang-dev@googlegroups.com, r@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 9 months ago (2013-07-10 02:53:20 UTC) #5
r
An interface to the registry would make sense, perhaps in syscall or perhaps outside. But ...
10 years, 9 months ago (2013-07-10 02:58:48 UTC) #6
r
LGTM https://codereview.appspot.com/10956043/diff/13001/src/pkg/time/zoneinfo_windows.go File src/pkg/time/zoneinfo_windows.go (right): https://codereview.appspot.com/10956043/diff/13001/src/pkg/time/zoneinfo_windows.go#newcode23 src/pkg/time/zoneinfo_windows.go:23: var buf [50]uint16 add a comment about 50. ...
10 years, 9 months ago (2013-07-10 03:01:54 UTC) #7
brainman
On 2013/07/10 02:58:48, r wrote: > An interface to the registry would make sense, perhaps ...
10 years, 9 months ago (2013-07-10 03:02:23 UTC) #8
brainman
10 years, 9 months ago (2013-07-10 05:34:31 UTC) #9
*** Submitted as https://code.google.com/p/go/source/detail?r=2fc4f0ee4234 ***

time: find correct zone abbreviations even on non-English windows systems

Fixes issue 5783

R=golang-dev, r
CC=golang-dev
https://codereview.appspot.com/10956043

https://codereview.appspot.com/10956043/diff/13001/src/pkg/time/zoneinfo_wind...
File src/pkg/time/zoneinfo_windows.go (right):

https://codereview.appspot.com/10956043/diff/13001/src/pkg/time/zoneinfo_wind...
src/pkg/time/zoneinfo_windows.go:23: var buf [50]uint16
On 2013/07/10 03:01:54, r wrote:
> add a comment about 50. a precis of the text you had in the CL response would
be
> good.

Done.
Sign in to reply to this message.

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