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 jfinkels
Recipients jfinkels
Date 2010-09-21.03:27:39
SpamBayes Score 0.00010155968
Marked as misclassified No
Message-id <1285039663.27.0.59327234025.issue9909@psf.upfronthosting.co.za>
In-reply-to
Content
This is a function which computes the integer between 1 and 366 representing the day of the year, given a year, month, and day.

The implementation I have provided computes the difference between the ordinal numbers of the given day and January first of that month.

This will be useful in resolving issue9864, in which parsing of date strings has an unimplemented "day of year" feature.
History
Date User Action Args
2010-09-21 03:27:43jfinkelssetrecipients: + jfinkels
2010-09-21 03:27:43jfinkelssetmessageid: <1285039663.27.0.59327234025.issue9909@psf.upfronthosting.co.za>
2010-09-21 03:27:41jfinkelslinkissue9909 messages
2010-09-21 03:27:40jfinkelscreate