From f9dd274692373a335ee46bbe4c7f5849acedb927 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 11 Aug 2014 15:00:48 -0500 Subject: [PATCH] Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601). --- Doc/library/winreg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | +-------+---------------------------------------------+ -- 2.40.0