commit | a2998a63c8951ab8254b96860fe64dcaa215eb1f | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sun Mar 06 14:58:43 2016 -0500 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sun Mar 06 14:58:43 2016 -0500 |
tree | e067022674d9f6e00f2124937bfb9a75dca63f7a | |
parent | d07a1cb53b3d5b3b68b92207f308b6bfb9235a33 [diff] |
Closes #19475: Added timespec to the datetime.isoformat() method. Added an optional argument timespec to the datetime isoformat() method to choose the precision of the time component. Original patch by Alessandro Cucci.