php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2074 settimeofday
Submitted: 1999-08-16 15:30 UTC Modified: 1999-08-17 13:37 UTC
From: bevan at colltech dot com Assigned:
Status: Closed Package: Misbehaving function
PHP Version: Earlier? Upgrade first! OS: IRIX 6.5.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bevan at colltech dot com
New email:
PHP Version: OS:

 

 [1999-08-16 15:30 UTC] bevan at colltech dot com
I am running php 3.0.7 on and SGI Origin 200 running IRIX 6.5.5m.  I am
doing some testing and I want to retrieve the minutes west of GMT that
gettimeofday() has.  There fore I did this.

$tod = gettimeofday();
print $tod["minuteswest"] . " Minutes West of GMT\n";


It returns a value of 0

do you have any idea why? should it not return 300 since I am on EDT.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-17 13:37 UTC] sas at cvs dot php dot net
Not all OS support all options. Look at your gettimeofday(2) man page. IRIX probably does not fill in the necessary value.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 03:01:32 2024 UTC