Why is year -1 invalid and what is an "invalid" month
given that 13==1 in Z_12?

V.



On Tuesday, 23 October 2018 16:01:00 UTC+2, Taras D wrote:
>
> Hi,
>
> I was surprised to find the following worked without any reported errors:
>
> t1 := time.Date(-1, 1, 10, 23, 0, 0, 0, time.UTC) // invalid year
> t2 := time.Date(2000, 13, 10, 23, 0, 0, 0, time.UTC) // invalid month
> m := time.Month(13) // invalid month
>
> What is the rationale in accepting invalid month/year values?
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to