ID: 10550 Updated by: derick Reported By: [EMAIL PROTECTED] Status: Assigned 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: Closing this one, as it seems an issue with FreeBSD's daylight savings time. Previous Comments: ------------------------------------------------------------------------ [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 $ ------------------------------------------------------------------------ [2001-04-29 06:46:27] [EMAIL PROTECTED] $ cat test.php <?= mktime(1, 18, 27, 4, 1, 2001) . "\n" . mktime(2, 18, 27, 4, 1, 2001) . "\n" . mktime(3, 18, 27, 4, 1, 2001) . "\n"; ?> $ php -q test.php 986113107 -1 986116707 $ ------------------------------------------------------------------------ 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]