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 denis-osipov
Recipients belopolsky, brett.cannon, denis-osipov, r.david.murray
Date 2017-09-19.03:34:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505792044.08.0.659384730688.issue31498@psf.upfronthosting.co.za>
In-reply-to
Content
It seems strange to me that time.strftime() returns formatted date with wrong day of week and day of year values. So, I think it's probably a bug.
But I'm just learning Python and programming and I think that it can be intentional behavior.
If it's a bug I'd like to try to fix it. Otherwise could someone tell me why this behavior is OK?
History
Date User Action Args
2017-09-19 03:34:04denis-osipovsetrecipients: + denis-osipov, brett.cannon, belopolsky, r.david.murray
2017-09-19 03:34:04denis-osipovsetmessageid: <1505792044.08.0.659384730688.issue31498@psf.upfronthosting.co.za>
2017-09-19 03:34:04denis-osipovlinkissue31498 messages
2017-09-19 03:34:03denis-osipovcreate