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 time: add a thorough example for time.Format 2015-03-26 18:44:42 +00:00
export_test.go
export_windows_test.go time: fix registry zone info lookup on Windows 2015-05-12 14:28:40 +00:00
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 time: deflake TestAfterQueuing 2015-05-06 19:26:27 +00:00
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 time: zoneinfo support for darwin 2015-03-03 15:37:14 +00:00
zoneinfo_plan9.go
zoneinfo_read.go
zoneinfo_test.go
zoneinfo_unix.go time: zoneinfo support for darwin 2015-03-03 15:37:14 +00:00
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