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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67310859d1f1e8f54edb6c50aab7f5bb87fc3585;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 f82d1c5c2b..804af8ab4f 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. | +-------+---------------------------------------------+