From: Zachary Ware Date: Mon, 11 Aug 2014 20:00:48 +0000 (-0500) Subject: Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). X-Git-Tag: v3.4.2rc1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9dd274692373a335ee46bbe4c7f5849acedb927;p=python Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). --- diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 06bcb86ade..6c920b4882 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -322,7 +322,7 @@ This module offers the following functions: +-------+---------------------------------------------+ | ``2`` | An integer giving when the key was last | | | modified (if available) as 100's of | - | | nanoseconds since Jan 1, 1600. | + | | nanoseconds since Jan 1, 1601. | +-------+---------------------------------------------+