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 steve.roberts
Recipients brett.cannon, catlee, erik.stephens, guettli, jribbens, skip.montanaro, steve.roberts, tim.peters, tomster
Date 2008-10-31.08:17:22
SpamBayes Score 5.9201494e-07
Marked as misclassified No
Message-id <1225441045.99.0.80420279133.issue1673409@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to add a use case, generating random dates. Especially
generating random dates/times according to different probability
distributions and within ranges. It would be nicest if operations could
be done directly with datetime, date, time and timedelta objects, but
easy conversion to and from timestamps as requested here would also make
for reasonably convenient code (i.e. get timestamp conversions from
objects to represent ranges, generate random numbers and convert back)
History
Date User Action Args
2008-10-31 08:17:26steve.robertssetrecipients: + steve.roberts, tim.peters, skip.montanaro, brett.cannon, jribbens, guettli, catlee, tomster, erik.stephens
2008-10-31 08:17:25steve.robertssetmessageid: <1225441045.99.0.80420279133.issue1673409@psf.upfronthosting.co.za>
2008-10-31 08:17:24steve.robertslinkissue1673409 messages
2008-10-31 08:17:23steve.robertscreate