go/src/time
Rob Pike 8b96be15f6 time: allow any one- or two-digit day of the month when parsing.
In Parse, one can now say Feb 31 or even Feb 99. This is easy
to explain, consistent with time.Date, and even maybe useful.

Fixes #12333.
Fixes #7268. (By disagreeing with it.)

Change-Id: I7b95c842528bed66933681c8b9cc00640fccfcb4
Reviewed-on: https://go-review.googlesource.com/14123
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-09-10 20:27:53 +00:00
..
example_test.go
export_test.go
export_windows_test.go
format.go time: allow any one- or two-digit day of the month when parsing. 2015-09-10 20:27:53 +00:00
format_test.go time: allow any one- or two-digit day of the month when parsing. 2015-09-10 20:27:53 +00:00
genzabbrs.go
internal_test.go
sleep.go
sleep_test.go
sys_plan9.go
sys_unix.go
sys_windows.go
tick.go time: document that time.Tick creates an unrecoverable resource 2015-07-13 01:35:36 +00:00
tick_test.go
time.go time: fix 400 year offset in comment 2015-08-29 01:03:42 +00:00
time_test.go time: Use AppendFormat in Marshal[Text|JSON] 2015-08-22 11:31:58 +00:00
zoneinfo.go
zoneinfo_abbrs_windows.go
zoneinfo_ios.go
zoneinfo_plan9.go
zoneinfo_read.go
zoneinfo_test.go
zoneinfo_unix.go
zoneinfo_windows.go time: handle localized time zone names 2015-08-26 04:40:59 +00:00
zoneinfo_windows_test.go time: handle localized time zone names 2015-08-26 04:40:59 +00:00