Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9dd274

Browse files
committed
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
1 parent 337e03f commit f9dd274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/winreg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ This module offers the following functions:
322322
+-------+---------------------------------------------+
323323
| ``2`` | An integer giving when the key was last |
324324
| | modified (if available) as 100's of |
325-
| | nanoseconds since Jan 1, 1600. |
325+
| | nanoseconds since Jan 1, 1601. |
326326
+-------+---------------------------------------------+
327327

328328

0 commit comments

Comments
 (0)