]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43869: Improve epoch docs (GH-25777)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Tue, 18 Jan 2022 15:55:16 +0000 (15:55 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 15:55:16 +0000 (16:55 +0100)
Doc/library/time.rst

index 6540932eecbaaf5b2bcb4479c74b75303ff28f87..3a771208519b412a4b4ad8ac97ae91b6854f3a85 100644 (file)
@@ -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)``.