ID: 10550
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Assigned
Status: Closed
Bug Type: Date/time related
Operating System: FreeBSD 3.4-RELEASE
PHP Version: 4.0 Latest CVS (29/04/2001)
Assigned To: derick
New Comment:

I said closed

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

[2001-09-09 06:02:17] [EMAIL PROTECTED]

Closing this one, as it seems an issue with FreeBSD's daylight savings time.

------------------------------------------------------------------------

[2001-04-29 15:11:04] [EMAIL PROTECTED]

daylight saving related??? (u

------------------------------------------------------------------------

[2001-04-29 11:27:18] [EMAIL PROTECTED]

It doesn't occur under OpenBSD; it looks like a FreeBSD issue (happens on 4.x-STABLE 
as well).  This came up recently on the Horde/Chora list:

http://marc.theaimsgroup.com/?l=chora&m=98622313207343&w=2

------------------------------------------------------------------------

[2001-04-29 11:20:53] [EMAIL PROTECTED]

I could not reproduce this under Linux. Will try later with OpenBSD. As PHP uses the 
underlying C functions for this, this might actaully be a problem with FreeBSD.

Derick

------------------------------------------------------------------------

[2001-04-29 07:05:20] [EMAIL PROTECTED]

Correction:

$ cat test.php 
<?=
gmmktime(1, 18, 27, 4, 1, 2001, 0) . "\n" .
gmmktime(2, 18, 27, 4, 1, 2001, 0) . "\n" .
gmmktime(3, 18, 27, 4, 1, 2001, 0) . "\n";
?>
$ php -q test.php 
986087907
-21601
986098707
$

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/?id=10550


Edit this bug report at http://bugs.php.net/?id=10550&edit=1


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