From: Zachary Ware Date: Mon, 11 Aug 2014 19:58:37 +0000 (-0500) Subject: Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). X-Git-Tag: v2.7.9rc1~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67310859d1f1e8f54edb6c50aab7f5bb87fc3585;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 f82d1c5c2ba8..804af8ab4f26 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -298,7 +298,7 @@ This module offers the following functions: +-------+---------------------------------------------+ | ``2`` | A long integer giving when the key was last | | | modified (if available) as 100's of | - | | nanoseconds since Jan 1, 1600. | + | | nanoseconds since Jan 1, 1601. | +-------+---------------------------------------------+