]> Cypherpunks repositories - gostls13.git/commit
time: make month/day name comparisons case insenstive
authorPaul Borman <borman@google.com>
Tue, 4 Oct 2011 19:52:30 +0000 (12:52 -0700)
committerRob Pike <r@golang.org>
Tue, 4 Oct 2011 19:52:30 +0000 (12:52 -0700)
commit93b8438e597602cdfb6742246cd406bd1e479535
treed477669deb3aba4b7843df161fb3510afef03081
parente2d326b87893c73c9f4a91c95bb9e011046e366c
time: make month/day name comparisons case insenstive

Fixes #2324.

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