Message247059
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. |
|
Date |
User |
Action |
Args |
2015-07-21 20:15:09 | dlroo | set | recipients:
+ dlroo, lemburg, belopolsky, vstinner, doughellmann, akira |
2015-07-21 20:15:09 | dlroo | set | messageid: <1437509709.62.0.016998297127.issue23574@psf.upfronthosting.co.za> |
2015-07-21 20:15:09 | dlroo | link | issue23574 messages |
2015-07-21 20:15:09 | dlroo | create | |
|