ID: 8932 User Update by: [EMAIL PROTECTED] Status: Open Bug Type: Date/time related Description: gettimeofday improvement suggestion I have a solution for this now, also for microtime and usleep. How can I get the code to appropriate place ?? Previous Comments: --------------------------------------------------------------------------- [2001-01-26 08:13:53] [EMAIL PROTECTED] As implemented now, win32 gettimeofday does not give a consistent time because seconds and microseconds are collected with two different function calls. A better solution, in my opinion, would be to use win32 GetSystemTime function (together with mktime). This reduces accuracy to milliseconds, but time differences would be more reliable (no more extra 1 second errors in small times) --------------------------------------------------------------------------- Full Bug description available at: http://bugs.php.net/?id=8932 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]