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
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