This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients belopolsky, lemburg, serhiy.storchaka, skip.montanaro
Date 2015-03-20.15:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CANc-5Uyz3xqST-=dKy6gYJzbXJVg=W3d6qVY9keghY8moHJQ+A@mail.gmail.com>
In-reply-to <1426862205.14.0.000556867647518.issue23717@psf.upfronthosting.co.za>
Content
>>>> time.strptime('2015 3 20 0', '%Y %m %d %w')
> time.struct_time(tm_year=2015, tm_mon=3, tm_mday=20, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=6, tm_yday=79, tm_isdst=-1)
>
> All date values are known, the problem is that they contradict.

Garbage in, garbage out. :-) Clearly today is not Sunday. I not sure
there is a correct answer in the face of contradictory inputs.
History
Date User Action Args
2015-03-20 15:46:48skip.montanarosetrecipients: + skip.montanaro, lemburg, belopolsky, serhiy.storchaka
2015-03-20 15:46:48skip.montanarolinkissue23717 messages
2015-03-20 15:46:48skip.montanarocreate