Randy Tucker wrote: > Hi all, > > I use pyhook to monitor user usage of keyboard and mouse. According to > pyhook specs, event.time hold the number of seconds since the epoch. > However, when I use the example source code I get numbers like > 358054093, which translates to 07 May 1981..
It's not "number of seconds since the epoch". It comes straight from the "time" member of the Win32 EVENTMSG struct, which is in units of "milliseconds since last boot". Your machine last booted about 4 days ago? -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32