From 67310859d1f1e8f54edb6c50aab7f5bb87fc3585 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 11 Aug 2014 14:58:37 -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 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. | +-------+---------------------------------------------+ -- 2.50.1