Re: [python-win32] Converting event.time from pyhook

2007-09-27 Thread Tim Roberts
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

[python-win32] Converting event.time from pyhook

2007-09-27 Thread Randy Tucker
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.. Can anyone explain to me what am I doing