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 dlroo
Recipients akira, belopolsky, dlroo, doughellmann, lemburg, vstinner
Date 2015-07-21.20:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437509709.62.0.016998297127.issue23574@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-07-21 20:15:09dlroosetrecipients: + dlroo, lemburg, belopolsky, vstinner, doughellmann, akira
2015-07-21 20:15:09dlroosetmessageid: <1437509709.62.0.016998297127.issue23574@psf.upfronthosting.co.za>
2015-07-21 20:15:09dlroolinkissue23574 messages
2015-07-21 20:15:09dlroocreate