Re: [go-nuts] Re: time.Weekday v time.Month

2016-09-10 Thread 'Axel Wagner' via golang-nuts
Also, time.Weekday should really be used with the symbolic constants, instead of just writing integer constants. So it doubly doesn't matter :) On Sat, Sep 10, 2016 at 7:34 PM, wrote: > > > On Saturday, September 10, 2016 at 4:12:23 AM UTC-7, Sridhar wrote: >> >> Is there any particular reason t

[go-nuts] Re: time.Weekday v time.Month

2016-09-10 Thread golang
On Saturday, September 10, 2016 at 4:12:23 AM UTC-7, Sridhar wrote: > > Is there any particular reason time.Weekday starts at 0 and time.Month > starts at 1 ? > > I may be missing something - to be consistent can't both these can have > the same start index ? > They could. Humans usually sta