]> granicus.if.org Git - python/commit
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 12 Sep 2019 10:31:43 +0000 (03:31 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2019 10:31:43 +0000 (03:31 -0700)
commit1e17c4d414049ad2b5b6a0a53685efc7a550c5c5
treeee9e8b20ad9179ac1bc4a261fb0cf08b9d589994
parent79cbaf50ac9530d507149402de5c84fa590d9cfb
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)

* bpo-13927: time.ctime and time.asctime return string explantion

* Add note explaining that time.ctime and time.asctime returns a space padded date value in case it contains a single digit date

* Reformat linebreaks
(cherry picked from commit 2d32bf1ef23c9e468b2e8afab3c24e7a2047ac36)

Co-authored-by: Harmandeep Singh <harmandeep.singh1@delhivery.com>
Doc/library/time.rst