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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: reijo dot vanhanen at helsoft dot fi
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC