]> Cypherpunks repositories - gostls13.git/commit
time: handle GMT possibly with offset
authorRob Pike <r@golang.org>
Thu, 15 Aug 2013 00:10:49 +0000 (10:10 +1000)
committerRob Pike <r@golang.org>
Thu, 15 Aug 2013 00:10:49 +0000 (10:10 +1000)
commit727b2b6f7dbec2bed608e3c97129c3bb7bab0547
tree7a1c3c4f7210da2b53cef43cd3234f086b9ad2cd
parent80ca8c5d0449d7c6a2b881aa3c05d3706575e628
time: handle GMT possibly with offset

Update #3790
Handle time zones like GMT-8.
The more general time zone-matching problem is not yet resolved.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12922043
src/pkg/time/format.go
src/pkg/time/time_test.go