]> granicus.if.org Git - python/commitdiff
Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).
authorZachary Ware <zachary.ware@gmail.com>
Mon, 11 Aug 2014 19:58:37 +0000 (14:58 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 11 Aug 2014 19:58:37 +0000 (14:58 -0500)
Doc/library/_winreg.rst

index f82d1c5c2ba8fa9cff2b1eaad60ef3e3f07d3619..804af8ab4f26bcf8617daa6aba6198564e85882f 100644 (file)
@@ -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.              |
    +-------+---------------------------------------------+