time.Parse rejects October 32, but time.Date accepts it (explicitly, in the docs). Perhaps October 32 should be valid in time.Parse as well. This would be an alternate approach to the inconsistency that Feb 31 is accepted. See #7268.