summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>2022-01-18 15:55:16 (GMT)
committerGitHub <noreply@github.com>2022-01-18 15:55:16 (GMT)
commitff7703c4b609a697ada8165fd1c52a73404b6d07 (patch)
treebc7ddac2bd99e2d54e7e3f890a5d715f3781f3e9 /Doc/library
parent7407fe4c25ba0308d49e3e88e4a107ef32251cdc (diff)
downloadcpython-ff7703c4b609a697ada8165fd1c52a73404b6d07.zip
cpython-ff7703c4b609a697ada8165fd1c52a73404b6d07.tar.gz
cpython-ff7703c4b609a697ada8165fd1c52a73404b6d07.tar.bz2
bpo-43869: Improve epoch docs (GH-25777)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 6540932..3a77120 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -22,7 +22,7 @@ An explanation of some terminology and conventions is in order.
.. index:: single: epoch
* The :dfn:`epoch` is the point where the time starts, and is platform
- dependent. For Unix, the epoch is January 1, 1970, 00:00:00 (UTC).
+ dependent. For Unix and Windows, the epoch is January 1, 1970, 00:00:00 (UTC).
To find out what the epoch is on a given platform, look at
``time.gmtime(0)``.