From: Miguel Brito <5544985+miguendes@users.noreply.github.com> Date: Tue, 18 Jan 2022 15:55:16 +0000 (+0000) Subject: bpo-43869: Improve epoch docs (GH-25777) X-Git-Tag: v3.11.0a5~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff7703c4b609a697ada8165fd1c52a73404b6d07;p=thirdparty%2FPython%2Fcpython.git bpo-43869: Improve epoch docs (GH-25777) --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 6540932eecba..3a771208519b 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)``.