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 lemburg
Recipients akira, belopolsky, dlroo, doughellmann, lemburg, vstinner
Date 2015-07-31.11:33:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55BB5CEF.901@egenix.com>
In-reply-to <1437509709.62.0.016998297127.issue23574@psf.upfronthosting.co.za>
Content
On 21.07.2015 22:15, dlroo wrote:
> 
> dlroo added the comment:
> 
> If you are using mx.DateTime make certain you do not use the .strftime method.  If you use .strftime method and have a 60th second in your DateTime object it will crash python with no error message.  This occurs because the .strftime method is fully inherited from Python's datetime.datetime.

Thanks for the report. We will fix this in the next mxDateTime release.
History
Date User Action Args
2015-07-31 11:33:13lemburgsetrecipients: + lemburg, belopolsky, vstinner, doughellmann, akira, dlroo
2015-07-31 11:33:12lemburglinkissue23574 messages
2015-07-31 11:33:12lemburgcreate