]> granicus.if.org Git - python/commit
bpo-29026: Clarify documentation of time.time (#34)
authorEric Appelt <eric.appelt@gmail.com>
Thu, 16 Feb 2017 10:00:45 +0000 (05:00 -0500)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 16 Feb 2017 10:00:45 +0000 (11:00 +0100)
commit23557d59b819f57800ddef0b1373acef8e024670
tree4b43b6d8f30bd949e23ef2198913ffe6b869f143
parent1d4601c2c6952d03fc4dda2b041be9aa8713c0bc
bpo-29026: Clarify documentation of time.time (#34)

* bpo-29026: Clarity documentation of time.time

Clarify the documentation of time.time by more
precisely defining what is meant by "seconds since
the epoch" on most platforms. Additionally explain
how gmtime and localtime may be used to extract
calendar components and convert to a more common
date format.

* bpo-29026: Minor improvements for time.time doc

* bpo-29026: Consistency fixes for time.time doc
Doc/library/time.rst