bpo-43869: Improve epoch docs (GH-25777)

This commit is contained in:
Miguel Brito 2022-01-18 15:55:16 +00:00 committed by GitHub
parent 7407fe4c25
commit ff7703c4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)``.