http://hg.python.org/peps/rev/960097b549b6 changeset: 4214:960097b549b6 user: Victor Stinner <victor.stinner at gmail.com> date: Wed Apr 11 01:23:28 2012 +0200 summary: PEP 418: Add a linkg to GetSystemTimeAsFileTime() doc files: pep-0418.txt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pep-0418.txt b/pep-0418.txt --- a/pep-0418.txt +++ b/pep-0418.txt @@ -611,6 +611,9 @@ * ftime(): 1 millisecond * time(): 1 second +Read the `GetSystemTimeAsFileTime() documentation +<http://msdn.microsoft.com/en-us/library/windows/desktop/ms724397(v=vs.85).aspx>`_. + The system time can be set using SetSystemTime(). System time on UNIX -- Repository URL: http://hg.python.org/peps