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

Issue 13002044: code review 13002044: time: fix time zones yet again. (Closed)

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

Description

time: fix time zones yet again. This time we're going for 5! http://goo.gl/3ETYH7 Fixes issue 3790 Yeah, right.

Patch Set 1 #

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -12 lines) Patch
M src/pkg/time/export_test.go View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/time/format.go View 1 2 3 2 chunks +27 lines, -12 lines 0 comments Download
M src/pkg/time/time_test.go View 1 2 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 4
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 9 months ago (2013-08-16 00:58:23 UTC) #1
r
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 9 months ago (2013-08-16 04:51:04 UTC) #2
adg
LGTM https://codereview.appspot.com/13002044/diff/2/src/pkg/time/format.go File src/pkg/time/format.go (right): https://codereview.appspot.com/13002044/diff/2/src/pkg/time/format.go#newcode1053 src/pkg/time/format.go:1053: if c < 'A' || 'Z' < c ...
10 years, 9 months ago (2013-08-16 04:54:12 UTC) #3
r
10 years, 9 months ago (2013-08-16 04:57:58 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=e6e61c41a2c0 ***

time: fix time zones yet again.
This time we're going for 5!
http://goo.gl/3ETYH7

Fixes issue 3790
Yeah, right.

R=golang-dev, adg
CC=golang-dev
https://codereview.appspot.com/13002044
Sign in to reply to this message.

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