ID: 8933
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Bogus
Bug Type: Date/time related
Assigned To: 
Comments:

Report summmitted 2 times

Previous Comments:
---------------------------------------------------------------------------

[2001-01-26 08:24:29] [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=8933


-- 
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]

Reply via email to