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 serhiy.storchaka
Recipients SilentGhost, belopolsky, lemburg, serhiy.storchaka, vstinner
Date 2015-03-30.10:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427709881.01.0.490383943247.issue23607@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that adds Decimal support for datetime.fromtimestamp() and datetime.utcfromtimestamp(). As side effect Decimal timestamps now are supported in few other places, e.g. in os.utime().
History
Date User Action Args
2015-03-30 10:04:41serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, belopolsky, vstinner, SilentGhost
2015-03-30 10:04:41serhiy.storchakasetmessageid: <1427709881.01.0.490383943247.issue23607@psf.upfronthosting.co.za>
2015-03-30 10:04:40serhiy.storchakalinkissue23607 messages
2015-03-30 10:04:40serhiy.storchakacreate