diff options
-rw-r--r-- | Doc/library/time.rst | 2 |
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)``. |