php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8933 gettimeofday improvement suggestion
Submitted: 2001-01-26 08:24 UTC Modified: 2001-01-26 16:01 UTC
From: reijo dot vanhanen at helsoft dot fi Assigned:
Status: Not a bug Package: Date/time related
PHP Version: 4.0.4 OS: W2K
Private report: No CVE-ID: None
 [2001-01-26 08:24 UTC] reijo dot vanhanen at helsoft dot fi
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)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-26 16:01 UTC] derick@php.net
Report summmitted 2 times
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 20:01:29 2024 UTC