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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9dd274692373a335ee46bbe4c7f5849acedb927;p=thirdparty%2FPython%2Fcpython.git 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 06bcb86adec2..6c920b4882d5 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. | +-------+---------------------------------------------+