Issue #22178: Fix the date of the Windows epoch (Jan 1, 1601).

This commit is contained in:
Zachary Ware 2014-08-11 15:00:48 -05:00
parent 337e03ff78
commit f9dd274692

View file

@ -322,7 +322,7 @@ This module offers the following functions:
+-------+---------------------------------------------+ +-------+---------------------------------------------+
| ``2`` | An integer giving when the key was last | | ``2`` | An integer giving when the key was last |
| | modified (if available) as 100's of | | | modified (if available) as 100's of |
| | nanoseconds since Jan 1, 1600. | | | nanoseconds since Jan 1, 1601. |
+-------+---------------------------------------------+ +-------+---------------------------------------------+