ID: 40856 Updated by: [EMAIL PROTECTED] Reported By: sergio dot santana at softtek dot com -Status: Open +Status: Bogus Bug Type: Date/time related Operating System: Windows XP PRO PHP Version: 5.2.1 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 Then you need to configure PHP like it was in Tijanana: date.timezone=America/Tijuana in your php.ini Previous Comments: ------------------------------------------------------------------------ [2007-03-19 18:09:19] sergio dot santana at softtek dot com it says America/Los Angeles, my current system time zone is in tijuana, hope this information works ------------------------------------------------------------------------ [2007-03-19 18:05:42] [EMAIL PROTECTED] What does the following output: <?php echo date_default_timezone_get(), "\n"; ?> ------------------------------------------------------------------------ [2007-03-19 17:45:28] sergio dot santana at softtek dot com Description: ------------ I have various scripts that work at 12am daily, but it seems that they are running now at 11pm (one hour before it shoud), i work with the GMT -8(tijuana) time zone, i use de date function and returns the date and time of the GMT -8(pacific) time zone, it is not a major problem now, but it could be in future appz this time difference in other places, thanks for reading my message. Reproduce code: --------------- //use the GMT-8(tijuana) time zone //and compare the displayed time with the system time echo date("d-m-y H:i:s"); Expected result: ---------------- get the same system and displayed time (variance of 1 hour now) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40856&edit=1