Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7407fe4 commit ff7703cCopy full SHA for ff7703c
1 file changed
Doc/library/time.rst
@@ -22,7 +22,7 @@ An explanation of some terminology and conventions is in order.
22
.. index:: single: epoch
23
24
* The :dfn:`epoch` is the point where the time starts, and is platform
25
- 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).
26
To find out what the epoch is on a given platform, look at
27
``time.gmtime(0)``.
28
0 commit comments