ID: 21692 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Date/time related Operating System: Win2k PHP Version: 4.3.0 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php both linked scripts return Thu 01 Jan, 22:18 to me... I don't see the bug =) *closing* Previous Comments: ------------------------------------------------------------------------ [2003-01-16 13:35:25] [EMAIL PROTECTED] See: http://www.games-workshop.nl/forum-kloon/php/time.php http://www.games-workshop.nl/forum-kloon/php/time.txt http://www.games-workshop.nl/forum-kloon/php/time2.php http://www.games-workshop.nl/forum-kloon/php/time2.txt File with the .txt-extentions include the source because phps isn't configured. ------------------------------------------------------------------------ [2003-01-16 13:24:09] [EMAIL PROTECTED] both show "Thu 01 Jan, 20:23" for me... Derick ------------------------------------------------------------------------ [2003-01-16 13:22:02] [EMAIL PROTECTED] gmtime sometimes doesn't support the first argument to be an var. Example: <?php $var = "D m M, G:i"; // Plus 3600 for Dutch-time print gmdate($var, time() + 3600); ?> Gives at this moment: Thu 01 Jan, 20:17 -------------------------------- <?php // Plus 3600 for Dutch-time print gmdate("D m M, G:i", time() + 3600); ?> Gives: Thu 16 Jan, 20:17 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21692&edit=1