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 vinay.sajip
Recipients eric.araujo, ronaldoussoren, vinay.sajip
Date 2010-08-22.18:47:35
SpamBayes Score 0.0016285925
Marked as misclassified No
Message-id <1282502857.77.0.914885158199.issue9556@psf.upfronthosting.co.za>
In-reply-to
Content
One way of implementing this is to use an additional optional "atTime" parameter which is a datetime.time instance, defaulting to None; a specified value would only be used if a 'when' value of 'D' or 'MIDNIGHT' were specified. In that case, computeRollover would be called with the specified time instead of the current time.

Would that meet your requirements?
History
Date User Action Args
2010-08-22 18:47:38vinay.sajipsetrecipients: + vinay.sajip, ronaldoussoren, eric.araujo
2010-08-22 18:47:37vinay.sajipsetmessageid: <1282502857.77.0.914885158199.issue9556@psf.upfronthosting.co.za>
2010-08-22 18:47:36vinay.sajiplinkissue9556 messages
2010-08-22 18:47:35vinay.sajipcreate