]> granicus.if.org Git - python/commit
bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)
authorHarmandeep Singh <harmandeep.singh1@delhivery.com>
Thu, 12 Sep 2019 10:22:30 +0000 (15:52 +0530)
committerPaul Ganssle <paul@ganssle.io>
Thu, 12 Sep 2019 10:22:30 +0000 (11:22 +0100)
commit2d32bf1ef23c9e468b2e8afab3c24e7a2047ac36
tree4c145928c872c3c05138296d5f5328f38f435b4f
parent692a0dc91597b7fb350383b633dc4d044cbd360e
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
Doc/library/time.rst